diff --git a/CHANGELOG.md b/CHANGELOG.md index ac791be..2f3a5b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.1 — 09-09-2023 + +### Fixes + +* Checks strand equality before performing liftover in `chainfile::liftover::Machine`. + ## 0.2.0 — 04-24-2023 ### Added diff --git a/Cargo.toml b/Cargo.toml index fa0f6e7..1cf52b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "A crate for working with genomics chain files." homepage = "https://github.com/stjude-rust-labs/chainfile" repository = "https://github.com/stjude-rust-labs/chainfile" documentation = "https://docs.rs/chainfile" -version = "0.2.0" +version = "0.2.1" [dev-dependencies] flate2 = "1.0.25"