Skip to content

Commit d4f41c2

Browse files
committed
Updates changelog and zoe dependency
1 parent 4d53c8d commit d4f41c2

3 files changed

Lines changed: 17 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is roughly based on [Keep a Changelog], and this project tries to adheres to
55
[Semantic Versioning]. For IRMA vs IRMA-core compatibility, please see the
66
[version matrix](VERSION_MATRIX.md).
77

8-
## [0.6.1] - TBD
8+
## [0.6.1] - 2025-09-09
99

1010
### Changed
1111

@@ -14,8 +14,9 @@ is roughly based on [Keep a Changelog], and this project tries to adheres to
1414

1515
### Fixes
1616

17-
- SRA paired-end headers could be could be incorrectly flagged as unmated when
18-
`--filter-widows` was selected in `trimmer` or `sampler`. This has been fixed.
17+
- Fixes bug where SRA paired-end headers could be could be incorrectly flagged
18+
as unmated when `--filter-widows` was selected in `trimmer`, or with paired
19+
reads in `sampler`
1920
- Fixes a reproducibility issue in `sampler` where the seed wasn't being used in
2021
one case
2122

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "irma-core"
3-
version = "0.6.1-dev"
3+
version = "0.6.1"
44
edition = "2024"
55
description = "A tool to aid virus sequencing and accelerating IRMA."
66
license = "Apache-2.0"
@@ -18,7 +18,7 @@ readme = "README.md"
1818

1919

2020
[dependencies]
21-
zoe = { version = "0.0.20", default-features = false, features = [
21+
zoe = { version = "0.0.21", default-features = false, features = [
2222
"multiversion",
2323
] }
2424
clap = { version = "4", features = ["derive"] }

0 commit comments

Comments
 (0)