Skip to content

Commit b576820

Browse files
chore(master): release 1.0.1 (#513)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ebd7d99 commit b576820

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.1](https://github.com/rust-bio/rust-htslib/compare/v1.0.0...v1.0.1) (2026-06-29)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
512
## [1.0.0](https://github.com/rust-bio/rust-htslib/compare/v0.51.0...v1.0.0) (2026-01-29)
613

714

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "rust-htslib"
1010
readme = "README.md"
1111
repository = "https://github.com/rust-bio/rust-htslib.git"
12-
version = "1.0.0"
12+
version = "1.0.1"
1313

1414
[package.metadata.release]
1515
pre-release-commit-message = "release version {{version}}"

0 commit comments

Comments
 (0)