diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b191ca1..cc2b79808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.49.1](https://github.com/rust-bio/rust-htslib/compare/v0.49.0...v0.49.1) (2025-03-15) + + +### Bug Fixes + +* clippy and fmt after merging PR [#466](https://github.com/rust-bio/rust-htslib/issues/466) and [#467](https://github.com/rust-bio/rust-htslib/issues/467) ([141e01c](https://github.com/rust-bio/rust-htslib/commit/141e01c74aa3d087f4c2e7fe380d06b1e272865b)) + ## [0.49.0](https://github.com/rust-bio/rust-htslib/compare/v0.48.0...v0.49.0) (2024-12-02) diff --git a/Cargo.toml b/Cargo.toml index 50a79a2bc..1de90f1b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "rust-htslib" readme = "README.md" repository = "https://github.com/rust-bio/rust-htslib.git" -version = "0.49.0" +version = "0.49.1" [package.metadata.release] pre-release-commit-message = "release version {{version}}"