Skip to content

Commit fda79f6

Browse files
committed
Update version number and changelog
1 parent 7971643 commit fda79f6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
## [0.28.3] - 2025-03-16
6+
7+
### Fixed
8+
- Fix snapping based setting of connecting roads start and end widths
9+
510
## [0.28.2] - 2025-01-14
611

712
### Fixed
@@ -425,7 +430,8 @@ end of restrictions, stop, yield, right of way)
425430
- Export meshes as .osgb files for esmini using osgconv
426431

427432

428-
[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.2...HEAD
433+
[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.3...HEAD
434+
[0.28.3]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.2...v0.28.3
429435
[0.28.2]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.1...v0.28.2
430436
[0.28.1]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.0...v0.28.1
431437
[0.28.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.27.2...v0.28.0

addon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'author' : 'Johannes Schmitz',
5757
'description' : 'Create OpenDRIVE and OpenSCENARIO based driving scenarios.',
5858
'blender' : (3, 6, 0),
59-
'version' : (0, 28, 2),
59+
'version' : (0, 28, 3),
6060
'location' : 'View3D > Sidebar > Driving Scenario Creator',
6161
'warning' : '',
6262
'doc_url': '',

0 commit comments

Comments
 (0)