Skip to content

Commit 81e4b85

Browse files
chore(master): release rust-htslib 0.40.2 (#368)
* chore(master): release rust-htslib 0.40.2 * fix hts-sys version * Update Cargo.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Johannes Köster <[email protected]>
1 parent b660990 commit 81e4b85

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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+
## [0.40.2](https://github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.40.1...rust-htslib-v0.40.2) (2022-10-13)
6+
7+
8+
### Performance Improvements
9+
10+
* update htslib and corresponding bindings to 1.16 ([#366](https://github.com/rust-bio/rust-htslib/issues/366)) ([f597ce0](https://github.com/rust-bio/rust-htslib/commit/f597ce0451e3f3c393166a7291486bbc2bde4c39))
11+
512
## [0.40.1](https://github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.40.0...rust-htslib-v0.40.1) (2022-08-24)
613

714

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-htslib"
3-
version = "0.40.1"
3+
version = "0.40.2"
44
authors = ["Christopher Schröder <[email protected]>", "Johannes Köster <[email protected]>"]
55
description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."
66
readme = "README.md"
@@ -31,7 +31,7 @@ serde = { version = "^1", optional = true, features=["derive"] }
3131
serde_bytes = { version = "0.11", optional = true }
3232
bio-types = ">=0.9"
3333
thiserror = "1"
34-
hts-sys = { version = "0.40.1", path = "hts-sys", default-features = false }
34+
hts-sys = { version = "2.0.3", path = "hts-sys", default-features = false }
3535
derive-new = "0.5"
3636
ieee754 = "0.2"
3737
byteorder = "1.3"

0 commit comments

Comments
 (0)