From 492d9dbf9ca56bd4733f186a1d47002ed84085b5 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Tue, 1 Oct 2024 21:27:09 +1000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b7b97..187ed45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/mbhall88/nohuman/compare/0.2.1...0.3.0) (2024-10-01) + + +### Features + +* add confidence threshold option `--conf` ([419ede9](https://github.com/mbhall88/nohuman/commit/419ede9cf5997692409106e294eb168ddc5427b7)) +* add kraken2 classification output file option `-k` ([a4146bb](https://github.com/mbhall88/nohuman/commit/a4146bb04c8dbef071366cec3be40118bc38a3d1)) + ## [0.2.1](https://github.com/mbhall88/nohuman/compare/0.2.0...0.2.1) (2024-09-23) diff --git a/Cargo.lock b/Cargo.lock index 54e587a..7062649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1089,7 +1089,7 @@ dependencies = [ [[package]] name = "nohuman" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 7efa8c6..7b40b33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nohuman" description = "Remove human reads from a sequencing run" -version = "0.2.1" +version = "0.3.0" edition = "2021" authors = ["Michael Hall "] repository = "https://github.com/mbhall88/nohuman"