From 6979095f4311656b7fe96415ea9d9e841bbdda41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:11:03 +0000 Subject: [PATCH] chore(main): release 2.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"