Skip to content

Commit d4e3b88

Browse files
committed
updated changelogs and bumped versions
1 parent c613c37 commit d4e3b88

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

libnail/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [Unreleased]
1818

19+
## [0.5.0] - 2026-3-19
20+
1921
### Added
2022
- added struct `AmbiguityMap`
2123
- added traits `AminoUtilsUtf8` and `AminoUtilsDigital`

libnail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libnail"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Jack Roddy <jack.w.roddy@gmail.com>"]
55
edition = "2021"
66
license = "BSD-3-Clause"

nail/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
## [Unreleased]
1818

1919

20+
## [0.5.0] - 2026-3-19
21+
2022
### Added
2123
- added `nail dev` command to CLI
2224
- added `Fasta::from_path_par`

nail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nail"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Jack Roddy <jack.w.roddy@gmail.com>"]
55
edition = "2021"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)