diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c9340..ba1f61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/rust-bio/hts-sys/compare/v2.2.0...v2.2.1) (2025-04-14) + + +### Bug Fixes + +* Disable layout tests ([#26](https://github.com/rust-bio/hts-sys/issues/26)) ([3043d86](https://github.com/rust-bio/hts-sys/commit/3043d866d6706cbf5deef0b230dbb8eb44930c72)) + ## [2.2.0](https://github.com/rust-bio/hts-sys/compare/v2.1.4...v2.2.0) (2024-12-02) diff --git a/Cargo.toml b/Cargo.toml index 2e90c0e..13e40ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hts-sys" -version = "2.2.0" +version = "2.2.1" authors = ["Christopher Schröder ", "Johannes Köster "] build = "build.rs" links = "hts"