Skip to content

Commit

Permalink
Release v3.1.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX authored Jan 3, 2023
1 parent 26be95a commit ceb3fe6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.1.0] - 2023-01-03

### Added
- Grantham's substitution matrix (#88)

## [3.0.0]
## [3.0.0] - 2022-10-08

### Added
- Alignment position support (#44)
Expand Down Expand Up @@ -121,7 +123,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/v3.0.0...HEAD
[Unreleased]: https://github.com/BioJulia/BioAlignments.jl/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.3.0...v3.0.0
[2.3.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.1.0...v2.2.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 = "3.0.0"
version = "3.1.0"

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

2 comments on commit ceb3fe6

@MillironX
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/75016

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v3.1.0 -m "<description of version>" ceb3fe6ce85c794adde877b0bd048905557dc1e2
git push origin v3.1.0

Please sign in to comment.