From c26700bdc5cd03d39b20db33c6eb4326b250909a Mon Sep 17 00:00:00 2001 From: Johannes Schmitz Date: Tue, 14 Jan 2025 22:13:26 +0100 Subject: [PATCH] Update version number and changelog --- CHANGELOG.md | 9 ++++++++- addon/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ada374..a615ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.28.2] - 2025-01-14 + +### Fixed +- Missing thumbnails and textures for road signs and road stencils due to + Github's Ubuntu runner image upate + ## [0.28.1] - 2025-01-09 ### Fixed @@ -419,7 +425,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.28.1...HEAD +[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.2...HEAD +[0.28.2]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.1...v0.28.2 [0.28.1]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.0...v0.28.1 [0.28.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.27.2...v0.28.0 [0.27.2]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.27.1...v0.27.2 diff --git a/addon/__init__.py b/addon/__init__.py index d45d17e..68d7fe5 100644 --- a/addon/__init__.py +++ b/addon/__init__.py @@ -56,7 +56,7 @@ 'author' : 'Johannes Schmitz', 'description' : 'Create OpenDRIVE and OpenSCENARIO based driving scenarios.', 'blender' : (3, 6, 0), - 'version' : (0, 28, 1), + 'version' : (0, 28, 2), 'location' : 'View3D > Sidebar > Driving Scenario Creator', 'warning' : '', 'doc_url': '',