From d64dc7c07b81916c5d2cc9bff8d25c6369e77697 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Mon, 23 Sep 2024 15:44:15 +1000 Subject: [PATCH] chore(main): release 0.2.1 (#10) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbaf2c..a3b7b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/mbhall88/nohuman/compare/0.2.0...0.2.1) (2024-09-23) + + +### Bug Fixes + +* **deps:** remove openssl dep and downgrade lzma ([1f2da59](https://github.com/mbhall88/nohuman/commit/1f2da592f7423da966fbfa6954e06b5a41c8eb01)) + ## [0.2.0](https://github.com/mbhall88/nohuman/compare/0.1.1...0.2.0) (2024-09-23) diff --git a/Cargo.lock b/Cargo.lock index b74cd30..54e587a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1089,7 +1089,7 @@ dependencies = [ [[package]] name = "nohuman" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index f7afc4d..7efa8c6 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.0" +version = "0.2.1" edition = "2021" authors = ["Michael Hall "] repository = "https://github.com/mbhall88/nohuman"