Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed Mar 22, 2022
1 parent c32e767 commit 424f9d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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,
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BioAlignments"
uuid = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
authors = ["Kenta Sato <[email protected]>", "Sabrina J. Ward <[email protected]>"]
version = "2.1.0"
version = "3.0.0"

[deps]
BioGenerics = "47718e42-2ac5-11e9-14af-e5595289c2ea"
Expand Down

0 comments on commit 424f9d0

Please sign in to comment.