From 2b7a452cc52f091ab87e21455d2904dcfe0b14d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 08:05:35 +0000 Subject: [PATCH 1/3] chore(master): release rust-htslib 0.40.2 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 4 ++-- hts-sys/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efb85077a..7bee71dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2](/~https://github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.40.1...rust-htslib-v0.40.2) (2022-10-13) + + +### Performance Improvements + +* 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)) + ## [0.40.1](/~https://github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.40.0...rust-htslib-v0.40.1) (2022-08-24) diff --git a/Cargo.toml b/Cargo.toml index abb5011fb..6393b3041 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-htslib" -version = "0.40.1" +version = "0.40.2" authors = ["Christopher Schröder ", "Johannes Köster "] description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files." readme = "README.md" @@ -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.1", path = "hts-sys", default-features = false } +hts-sys = { version = "0.40.2", path = "hts-sys", default-features = false } derive-new = "0.5" ieee754 = "0.2" byteorder = "1.3" diff --git a/hts-sys/Cargo.toml b/hts-sys/Cargo.toml index f0d5fddce..03c599af5 100644 --- a/hts-sys/Cargo.toml +++ b/hts-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hts-sys" -version = "0.40.1" +version = "0.40.2" authors = ["Christopher Schröder ", "Johannes Köster "] build = "build.rs" links = "hts" From 13e66114c848396a189bdf9bbcf42403f30eb820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Thu, 13 Oct 2022 11:47:22 +0200 Subject: [PATCH 2/3] fix hts-sys version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6393b3041..c18d14f8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.2", path = "hts-sys", default-features = false } +hts-sys = { version = "2.0.3", path = "hts-sys", default-features = false } derive-new = "0.5" ieee754 = "0.2" byteorder = "1.3" From d4016b3e4f3f64c1e07a615e26516bd85baf2241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Thu, 13 Oct 2022 11:47:47 +0200 Subject: [PATCH 3/3] Update Cargo.toml --- hts-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hts-sys/Cargo.toml b/hts-sys/Cargo.toml index 03c599af5..73361e54f 100644 --- a/hts-sys/Cargo.toml +++ b/hts-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hts-sys" -version = "0.40.2" +version = "2.0.3" authors = ["Christopher Schröder ", "Johannes Köster "] build = "build.rs" links = "hts"