Skip to content

Commit

Permalink
chore(master): release rust-htslib 0.40.1 (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 12, 2022
1 parent c24a7f6 commit 0f8c666
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.40.1](https://github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.40.0...rust-htslib-v0.40.1) (2022-08-24)


### Bug Fixes

* Header::to_hashmap skips `@CO` tags, add `comments()` method ([#363](https://github.com/rust-bio/rust-htslib/issues/363)) ([c24a7f6](https://github.com/rust-bio/rust-htslib/commit/c24a7f69fbe5d2db4a6f1fbd6eda3922fe7f1c18))

## [0.40.0](https://github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.39.5...rust-htslib-v0.40.0) (2022-07-05)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-htslib"
version = "0.40.0"
version = "0.40.1"
authors = ["Christopher Schröder <[email protected]>", "Johannes Köster <[email protected]>"]
description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."
readme = "README.md"
Expand Down Expand Up @@ -31,7 +31,7 @@ serde = { version = "^1", optional = true, features=["derive"] }
serde_bytes = { version = "0.11", optional = true }
bio-types = ">=0.9"
thiserror = "1"
hts-sys = { version = "0.40.0", path = "hts-sys", default-features = false }
hts-sys = { version = "0.40.1", path = "hts-sys", default-features = false }
derive-new = "0.5"
ieee754 = "0.2"
byteorder = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion hts-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hts-sys"
version = "0.40.0"
version = "0.40.1"
authors = ["Christopher Schröder <[email protected]>", "Johannes Köster <[email protected]>"]
build = "build.rs"
links = "hts"
Expand Down

0 comments on commit 0f8c666

Please sign in to comment.