Skip to content

Commit

Permalink
change log for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
porst17 committed Nov 17, 2015
1 parent 365c078 commit 07fcd1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.3.0] - 2015-11-17
### Changed
- default to headless instead of graphical operation
- use Sun's javax.vecmath 1.5.2 implementation again
(GPLv2 w/ classpath exception)

## Added
- new command line option --gui
Expand Down Expand Up @@ -60,7 +64,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.1.4...HEAD
[unreleased]: https://github.com/IMAGINARY/jsurf/compare/v0.3.0...HEAD
[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
[0.1.3]: https://github.com/IMAGINARY/jsurf/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/IMAGINARY/jsurf/compare/v0.1.1...v0.1.2
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.1.4'
version = '0.3.0'

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

0 comments on commit 07fcd1e

Please sign in to comment.