Skip to content

Commit

Permalink
Bump version to 0.4.1 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
porst17 committed Dec 4, 2017
1 parent 5e1fdfd commit e0a6c62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.4.1] - 2017-12-04
### Fixed
- allow to disable RotateSphericalDragger when mouse button is released

## [0.4.0] - 2017-11-25
### Changed
- some backward compatibility for option machinery
Expand Down Expand Up @@ -73,8 +77,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- improved scheduling of parallel rendering tasks

[unreleased]: https://github.com/IMAGINARY/jsurf/compare/v0.4.0...HEAD
[0.3.0]: https://github.com/IMAGINARY/jsurf/compare/v0.3.0...v0.4.0
[unreleased]: https://github.com/IMAGINARY/jsurf/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/IMAGINARY/jsurf/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/IMAGINARY/jsurf/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/IMAGINARY/jsurf/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/IMAGINARY/jsurf/compare/v0.1.4...v0.2.0
[0.1.4]: https://github.com/IMAGINARY/jsurf/compare/v0.1.3...v0.1.4
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'de.mfo.jsurf'
version = '0.4.0'
version = '0.4.1'

apply plugin: 'application'
apply plugin: 'java'
Expand Down

0 comments on commit e0a6c62

Please sign in to comment.