From aa36ba53ed8fd2a78e73b4430c30d0874ca12b02 Mon Sep 17 00:00:00 2001 From: Johannes Schmitz Date: Sat, 21 Sep 2024 18:33:54 +0200 Subject: [PATCH] Update version number and changelog --- CHANGELOG.md | 8 +++++++- addon/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b0ed2..fee74d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [0.26.1] - 2024-09-21 + +### Fixed +- Road width visualization during road snapping with mouse pointer + ## [0.26.0] - 2024-09-11 ### Added @@ -384,7 +389,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.26.0...HEAD +[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.26.1...HEAD +[0.26.1]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.26.0...v0.26.1 [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 diff --git a/addon/__init__.py b/addon/__init__.py index 22889e3..0917691 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, 26, 0), + 'version' : (0, 26, 1), 'location' : 'View3D > Sidebar > Driving Scenario Creator', 'warning' : '', 'doc_url': '',