Skip to content

Commit

Permalink
Bump version to 0.4.0 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
porst17 committed Nov 25, 2017
1 parent c5075af commit 4b8cf85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.4.0] - 2017-11-25
### Changed
- some backward compatibility for option machinery
- more detailed help text

### Added
- add support for EditorConfig to unify coding style
- AST nodes keep track of parentheses in the input

## [0.3.0] - 2015-11-17
### Changed
Expand Down Expand Up @@ -70,7 +73,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- improved scheduling of parallel rendering tasks

[unreleased]: https://github.com/IMAGINARY/jsurf/compare/v0.3.0...HEAD
[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
[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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'de.mfo.jsurf'
version = '0.4.0-SNAPSHOT'
version = '0.4.0'

apply plugin: 'application'
apply plugin: 'java'
Expand Down Expand Up @@ -58,7 +58,7 @@ publishing {
}
repositories {
maven {
// change if necessary
// define in local gradle.properties file
url project.properties[ 'publishing.repositories.maven.url' ]
}
}
Expand Down

0 comments on commit 4b8cf85

Please sign in to comment.