Skip to content

Commit

Permalink
Merge pull request #47 from florianesser/release/3.3.2
Browse files Browse the repository at this point in the history
Prepare 3.3.2 release
  • Loading branch information
stempler committed Mar 15, 2018
2 parents 5be6d4d + 5bdf8b6 commit affecc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
All notable changes to this project will be documented in this file.
See the [change log guidelines](http://keepachangelog.com/) for information on how to structure the file.

## [Unreleased]
## [3.3.2]

### Changed

- Upgrade hale dependencies to 3.3.2

## [3.3.1]

Expand Down Expand Up @@ -60,7 +64,7 @@ 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-cli/compare/v3.3.1...HEAD
[3.3.2]: https://github.com/halestudio/hale-cli/compare/v3.3.1...v3.3.2
[3.3.1]: https://github.com/halestudio/hale-cli/compare/v3.3.0...v3.3.1
[3.3.0]: https://github.com/halestudio/hale-cli/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/halestudio/hale-cli/compare/v3.1.0...v3.2.0
Expand Down
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.3.1'
haleVersion = '3.3.2'
}

version = '3.3.1'
version = '3.3.2'
//TODO define versioning strategy, specifically in respect to the hale version used

/*
Expand Down

0 comments on commit affecc8

Please sign in to comment.