diff --git a/CHANGELOG.md b/CHANGELOG.md index a9639a5..9491b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/mbhall88/nohuman/compare/0.1.0...0.1.1) (2024-07-22) + + +### Bug Fixes + +* IMPORTANT!! previous versions were emitting human reads [see [#2](https://github.com/mbhall88/nohuman/issues/2)] ([319eaed](https://github.com/mbhall88/nohuman/commit/319eaedfbafa5a762a0aa5bdedafc2fcbe68bfc9)) +* more robust validation of db directory ([0377cd6](https://github.com/mbhall88/nohuman/commit/0377cd612e190f651c276145531eb285cf7927ba)) + ## 0.1.0 (2023-12-14) diff --git a/Cargo.lock b/Cargo.lock index 64d0eb7..e3a8afe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "nohuman" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index b2badb2..6816d4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nohuman" description = "Remove human reads from a sequencing run" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Michael Hall "] repository = "https://github.com/mbhall88/nohuman"