diff --git a/CHANGELOG.md b/CHANGELOG.md index e2a1ebe..98b0ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## [0.26.0] - 2024-09-11 + +### Added +- New on-ramp and off-ramp cross section templates + +### Fixed +- On-ramp and off-ramp cross section lane connections +- Clean up, i.e., remove, broken road links during export + ## [0.25.0] - 2024-07-08 ### Added @@ -375,7 +384,8 @@ end of restrictions, stop, yield, right of way) - Export meshes as .osgb files for esmini using osgconv -[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.25.0...HEAD +[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.26.0...HEAD +[0.26.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.25.0...v0.26.0 [0.25.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.24.1...v0.25.0 [0.24.1]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.24.0...v0.24.1 [0.24.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.23.1...v0.24.0 diff --git a/addon/__init__.py b/addon/__init__.py index d166658..22889e3 100644 --- a/addon/__init__.py +++ b/addon/__init__.py @@ -49,7 +49,7 @@ 'author' : 'Johannes Schmitz', 'description' : 'Create OpenDRIVE and OpenSCENARIO based driving scenarios.', 'blender' : (3, 6, 0), - 'version' : (0, 25, 0), + 'version' : (0, 26, 0), 'location' : 'View3D > Sidebar > Driving Scenario Creator', 'warning' : '', 'doc_url': '',