Skip to content

Commit b1f05eb

Browse files
committed
release-v090
1 parent 1edb384 commit b1f05eb

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ 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.9.0] - TBD
8+
## [0.9.0] - 2026-03-06
99

1010
### Added
1111

1212
- Adds `verbose` flag to `sampler` for printing total number of reads in
1313
original input and number of downsampled records to `stderr`
14+
- Adds `verbose` flag to `trimmer` for printing diagnostic output on number of
15+
reads trimmed to `stderr`
1416
- Adds `phase` process for phase clustering assignment and labeling of genes
1517
- Adds more detailed error messages with more context, including file paths for
1618
many IO errors

Cargo.lock

Lines changed: 6 additions & 5 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.9.0-dev"
3+
version = "0.9.0"
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 = { git = "https://github.com/CDCgov/zoe.git", default-features = false, features = [
21+
zoe = { version="0.0.26", default-features = false, features = [
2222
"multiversion", "rand", "dev-max-score-for-type"
2323
] }
2424
clap = { version = "4", features = ["derive"] }

0 commit comments

Comments
 (0)