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 Nov 15, 2022
1 parent ce3bebd commit de4b8d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## [0.16.0] - 2022-11-16

### Added
- Visualization of elevation of start point (also visible and changed when
holding <kbd>S</kbd> in road drawing tool and moving the mouse)
- Make roads which are snapped both at start and end connect smoothly using a
cubic Hermite spline segment

### Changed
- Set vertex crease values of junction area corners to 1.0 to prepare for the
usage of a subdivision surface modifier, which will allow modelling of smooth
junction surfaces

## [0.15.0] - 2022-11-04

### Added
Expand Down Expand Up @@ -203,7 +216,8 @@
- Export meshes as .osgb files for esmini using osgconv


[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.14.1...v0.15.0
[0.14.1]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/johschmitz/blender-driving-scenario-creator/compare/v0.13.0...v0.14.0
Expand Down
2 changes: 1 addition & 1 deletion addon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'author' : 'Johannes Schmitz',
'description' : 'Create OpenDRIVE and OpenSCENARIO based driving scenarios.',
'blender' : (2, 93, 0),
'version' : (0, 15, 0),
'version' : (0, 16, 0),
'location' : 'View3D > Sidebar > Driving Scenario Creator',
'warning' : '',
'doc_url': '',
Expand Down

0 comments on commit de4b8d0

Please sign in to comment.