Skip to content

Commit 762361d

Browse files
chore(master): release rust-htslib 0.41.0 (#378)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b61dd2c commit 762361d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.41.0](https://github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.40.2...rust-htslib-v0.41.0) (2023-03-02)
6+
7+
8+
### Features
9+
10+
* Revised calculation of leading- and trailing-softclips ([#375](https://github.com/rust-bio/rust-htslib/issues/375)) ([b61dd2c](https://github.com/rust-bio/rust-htslib/commit/b61dd2cfb2b74c0180f2d76bbd4ed4eb14fa09b3))
11+
512
## [0.40.2](https://github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.40.1...rust-htslib-v0.40.2) (2022-10-13)
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.2"
3+
version = "0.41.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.3", path = "hts-sys", default-features = false }
34+
hts-sys = { version = "0.41.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.3"
3+
version = "0.41.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)