Skip to content

Commit c061c37

Browse files
committed
Update version number and changelog
1 parent 2030d5b commit c061c37

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
## [Unreleased]
44

5+
## [0.28.4] - 2025-03-16
6+
7+
### Fixed
8+
- Road sign texture creation failing in Blender 4.3.x
9+
510
## [0.28.3] - 2025-03-16
611

712
### Fixed
8-
- Fix snapping based setting of connecting roads start and end widths
13+
- Snapping based setting of connecting roads start and end widths
914

1015
## [0.28.2] - 2025-01-14
1116

@@ -430,7 +435,8 @@ end of restrictions, stop, yield, right of way)
430435
- Export meshes as .osgb files for esmini using osgconv
431436

432437

433-
[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.3...HEAD
438+
[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.4...HEAD
439+
[0.28.3]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.3...v0.28.4
434440
[0.28.3]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.2...v0.28.3
435441
[0.28.2]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.1...v0.28.2
436442
[0.28.1]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.28.0...v0.28.1

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, 3),
59+
'version' : (0, 28, 4),
6060
'location' : 'View3D > Sidebar > Driving Scenario Creator',
6161
'warning' : '',
6262
'doc_url': '',

0 commit comments

Comments
 (0)