Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0](https://github.com/rust-bio/rust-htslib/compare/v1.0.2...v2.0.0) (2026-08-17)


### ⚠ BREAKING CHANGES

* bam header to_hashmap method now returns a result in order to deal with header parsing issues ([#396](https://github.com/rust-bio/rust-htslib/issues/396))

### Features

* bam header to_hashmap method now returns a result in order to deal with header parsing issues ([#396](https://github.com/rust-bio/rust-htslib/issues/396)) ([96afbc9](https://github.com/rust-bio/rust-htslib/commit/96afbc960fa9510f67db927d264dff296fecea59))

## [1.0.2](https://github.com/rust-bio/rust-htslib/compare/v1.0.1...v1.0.2) (2026-08-15)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "rust-htslib"
readme = "README.md"
repository = "https://github.com/rust-bio/rust-htslib.git"
version = "1.0.2"
version = "2.0.0"

[package.metadata.release]
pre-release-commit-message = "release version {{version}}"
Expand Down