Skip to content

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johschmitz committed Jul 8, 2024
1 parent 48079c1 commit 57b6246
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased]

## [0.25.0] - 2024-07-08

### Added
- Tool for creating stop lines that have a reference to a stop sign

### Fixed
- Refactoring bug in split road creation code leading to crash of road creation
tool

## [0.24.1] - 2024-03-07

### Fixed
Expand Down Expand Up @@ -366,7 +375,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.24.1...HEAD
[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.25.0...HEAD
[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
[0.23.1]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.23.0...v0.23.1
Expand Down
2 changes: 1 addition & 1 deletion addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'author' : 'Johannes Schmitz',
'description' : 'Create OpenDRIVE and OpenSCENARIO based driving scenarios.',
'blender' : (3, 6, 0),
'version' : (0, 24, 1),
'version' : (0, 25, 0),
'location' : 'View3D > Sidebar > Driving Scenario Creator',
'warning' : '',
'doc_url': '',
Expand Down

0 comments on commit 57b6246

Please sign in to comment.