Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
johschmitz committed Jun 21, 2022
1 parent 1f9e935 commit 6f9ede1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [Unreleased]

## [0.11.0] - 2022-06-21

### Added

- Opening and closing of (new) lanes to create exit and entry lanes
- Splitting and merging of roads at the beginning or end to connect on-ramps and
off-ramps, exported as OpenDRIVE direct juncions
- Examplary road cross section templates for building an RQ31 Autobahn exit

### Fixed
- Lane ID signs in GUI popup

## [0.10.2] - 2022-05-25

### Fixed
Expand Down Expand Up @@ -126,7 +140,8 @@
- Export OpenSCENARIO and OpenDRIVE files using scenariogeneration lib
- Export meshes as .osgb files for esmini using osgconv

[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.10.2...HEAD
[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.10.2...v0.11.0
[0.10.2]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.9.0...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'author' : 'Johannes Schmitz',
'description' : 'Create OpenDRIVE and OpenSCENARIO based driving scenarios.',
'blender' : (2, 93, 0),
'version' : (0, 10, 2),
'version' : (0, 11, 0),
'location' : 'View3D > Sidebar > Driving Scenario Creator',
'warning' : '',
'doc_url': '',
Expand Down

0 comments on commit 6f9ede1

Please sign in to comment.