Skip to content

Commit

Permalink
Merge pull request #55 from florianesser/devel
Browse files Browse the repository at this point in the history
Use hale 3.5.0 snapshot
  • Loading branch information
stempler authored Apr 24, 2018
2 parents 7b0ef16 + 1b7eaf1 commit 9a6d2b0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ See the [change log guidelines](http://keepachangelog.com/) for information on h

## [Unreleased]

## [3.4.0]

### Added

- Alignment merge command
- PostNAS matching project command
- MSSQL database support
- Rewrite command for schemas

### Changed

- Upgrade hale dependencies to 3.4.0
- When filtering cells by type, drop partial matches if Join focus is no match

### Fixed

- Fixed Docker image build problems

## [3.3.2]

### Changed

- Upgrade hale dependencies to 3.3.2

## [3.3.1]

### Fixed
Expand Down Expand Up @@ -60,7 +84,9 @@ 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
[Unreleased]: https://github.com/halestudio/hale-cli/compare/v3.4.0...HEAD
[3.4.0]: https://github.com/halestudio/hale-cli/compare/v3.3.2...v3.4.0
[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.4.0-SNAPSHOT'
haleVersion = '3.5.0-SNAPSHOT'
}

version = '3.4.0-SNAPSHOT'
version = '3.5.0-SNAPSHOT'

/*
* Dependencies
Expand Down

0 comments on commit 9a6d2b0

Please sign in to comment.