Skip to content

Commit 331fde5

Browse files
chore(master): release rust-htslib 0.40.0 (#357)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 965ed88 commit 331fde5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0](https://github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.39.5...rust-htslib-v0.40.0) (2022-07-05)
6+
7+
8+
### Features
9+
10+
* Add wrapper of BGZF writer ([#349](https://github.com/rust-bio/rust-htslib/issues/349)) ([965ed88](https://github.com/rust-bio/rust-htslib/commit/965ed886a0c24ee3070e48cc192c0772ac5cbaf4))
11+
12+
13+
### Bug Fixes
14+
15+
* update to latest release-please ([b130634](https://github.com/rust-bio/rust-htslib/commit/b130634b3d096e620dcfe59acae2200df3e4d847))
16+
517
### [0.39.5](https://www.github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.39.4...rust-htslib-v0.39.5) (2022-05-09)
618

719

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.39.5"
3+
version = "0.40.0"
44
authors = ["Christopher Schröder <christopher.schroeder@tu-dortmund.de>", "Johannes Köster <johannes.koester@tu-dortmund.de>"]
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 = "2.0.1", path = "hts-sys", default-features = false }
34+
hts-sys = { version = "0.40.0", path = "hts-sys", default-features = false }
3535
derive-new = "0.5"
3636
ieee754 = "0.2"
3737
byteorder = "1.3"

hts-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hts-sys"
3-
version = "2.0.2"
3+
version = "0.40.0"
44
authors = ["Christopher Schröder <christopher.schroeder@tu-dortmund.de>", "Johannes Köster <johannes.koester@tu-dortmund.de>"]
55
build = "build.rs"
66
links = "hts"

0 commit comments

Comments
 (0)