From e207c47ba26851a320cbddfff86b9931acdb8b50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:03:25 +0000 Subject: [PATCH] chore(master): release 1.0.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b209dfc18..857281a0d 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/). +## [1.0.1](https://github.com/rust-bio/rust-htslib/compare/v1.0.0...v1.0.1) (2026-06-29) + + +### Bug Fixes + +* map unmapped reads (tid=-1) to correct index in slow_idxstats ([#511](https://github.com/rust-bio/rust-htslib/issues/511)) ([ebd7d99](https://github.com/rust-bio/rust-htslib/commit/ebd7d994889120525345d928c19d9d4e06130f3d)) + ## [1.0.0](https://github.com/rust-bio/rust-htslib/compare/v0.51.0...v1.0.0) (2026-01-29) diff --git a/Cargo.toml b/Cargo.toml index 9d84c51e3..4f0451201 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 = "1.0.0" +version = "1.0.1" [package.metadata.release] pre-release-commit-message = "release version {{version}}"