Skip to content

Commit

Permalink
Merge pull request #25 from stempler/master
Browse files Browse the repository at this point in the history
prepare 3.2.0 release
  • Loading branch information
stempler committed Mar 30, 2017
2 parents 75e867a + ed7fb94 commit 9880877
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ See the [change log guidelines](http://keepachangelog.com/) for information on h

## [Unreleased]

## [3.2.0]

- Upgrade hale dependencies to 3.2

## [3.1.0]

### Added
Expand All @@ -23,5 +27,6 @@ Initial release based on hale studio 3.0.0.
- Command to generate JSON representations of hale alignments (`hale project alignment export-json`)
- Experimental command to filter to create a copy of a hale project with a filtered alignment (`hale project alignment filter`)

[Unreleased]: https://github.com/halestudio/hale/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/halestudio/hale/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/halestudio/hale/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/halestudio/hale/compare/v3.0.0...v3.1.0
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ sourceCompatibility = '1.8'
group = 'to.wetransform'

project.ext {
haleVersion = '3.1.0'
haleVersion = '3.2.0'
}

version = '3.1.1-SNAPSHOT'
version = '3.2.0'
//TODO define versioning strategy, specifically in respect to the hale version used

/*
Expand Down

0 comments on commit 9880877

Please sign in to comment.