Skip to content

Commit ceb3fe6

Browse files
authored
Release v3.1.0 (#89)
1 parent 26be95a commit ceb3fe6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [3.1.0] - 2023-01-03
11+
1012
### Added
1113
- Grantham's substitution matrix (#88)
1214

13-
## [3.0.0]
15+
## [3.0.0] - 2022-10-08
1416

1517
### Added
1618
- Alignment position support (#44)
@@ -121,7 +123,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
121123
## [0.1.0] - 2017-06-30
122124
- This initial release extracted the alignment utilities out from Bio.jl into this dedicated package.
123125

124-
[Unreleased]: https://github.com/BioJulia/BioAlignments.jl/compare/v3.0.0...HEAD
126+
[Unreleased]: https://github.com/BioJulia/BioAlignments.jl/compare/v3.1.0...HEAD
127+
[3.1.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v3.0.0...v3.1.0
125128
[3.0.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.3.0...v3.0.0
126129
[2.3.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.2.0...v2.3.0
127130
[2.2.0]: https://github.com/BioJulia/BioAlignments.jl/compare/v2.1.0...v2.2.0

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BioAlignments"
22
uuid = "00701ae9-d1dc-5365-b64a-a3a3ebf5695e"
33
authors = ["Kenta Sato <bicycle1885@gmail.com>", "Sabrina J. Ward <sabrinajward@protonmail.com>"]
4-
version = "3.0.0"
4+
version = "3.1.0"
55

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

0 commit comments

Comments
 (0)