diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d15c35..61777586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.0.0] + ### Added - Alignment position support (#44) - Add Downstream tests (#70) @@ -15,6 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Updated CI to use GitHub actions (#47) - *master* set as the main development branch (#49, #50) +- Incremented BioSymbols and BioSequences compatibility (#72). +- Updated chat links. ### Removed - :exclamation: Reverted the use of *BioJulia* registry, @@ -71,7 +75,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.1.0] - 2017-06-30 - This initial release extracted the alignment utilities out from Bio.jl into this dedicated package. -[Unreleased]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/BioJulia/BioAlignments.jl/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v1.0.1...v2.0.0 [1.0.1]: https://github.com/BioJulia/BioAlignments.jl/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v0.3.0...v1.0.0 diff --git a/Project.toml b/Project.toml index dd3dc5ae..e770a9fb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BioAlignments" uuid = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e" authors = ["Kenta Sato ", "Sabrina J. Ward "] -version = "2.1.0" +version = "3.0.0" [deps] BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"