Skip to content

Commit

Permalink
prepare 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Dec 20, 2016
1 parent 3f72948 commit 34aae75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ See the [change log guidelines](http://keepachangelog.com/) for information on h

## [Unreleased]

## [3.1.0]

### Added
- Added command to split a XML/GML data set, respecting local XLink references and leaving them intact (`hale data split`)
- Added experimental commands for migrating hale projects to a different schema (`hale project migrate`)

## 3.0.0

Initial release based on hale studio 3.0.0.
Expand All @@ -17,4 +23,5 @@ 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/3.0.0...HEAD
[Unreleased]: https://github.com/halestudio/hale/compare/v3.1.0...HEAD
[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-SNAPSHOT'
haleVersion = '3.1.0'
}

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

/*
Expand Down

0 comments on commit 34aae75

Please sign in to comment.