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 Oct 24, 2021
1 parent a11cd16 commit 35f62e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Unreleased]

## [0.7.0] - 2021-10-24

### Added
- Operator for creating clothoid (Euler Spiral) roads

### Changed
- The road operators for all geometries are now unified and the mesh is sampled
along the road coordinate system. This also means that all road operators now
use the cross section configuration UI and support the selected cross
sections.

## [0.6.0] - 2021-09-06

### Added
Expand Down Expand Up @@ -61,7 +72,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.6.0...HEAD
[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.3.0...v0.4.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, 6, 0),
'version' : (0, 7, 0),
'location' : 'View3D > Sidebar > Driving Scenario Creator',
'warning' : '',
'doc_url': '',
Expand Down

0 comments on commit 35f62e1

Please sign in to comment.