From c1b76855eaee5f0e026c9a5e0cd73fe5bce8aa45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 21:41:31 +0200 Subject: [PATCH] chore: release hts-sys 2.0.1 (#326) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- hts-sys/CHANGELOG.md | 8 ++++++++ hts-sys/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/hts-sys/CHANGELOG.md b/hts-sys/CHANGELOG.md index e77b9b218..2e8849a75 100644 --- a/hts-sys/CHANGELOG.md +++ b/hts-sys/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [2.0.1](https://www.github.com/rust-bio/rust-htslib/compare/hts-sys-v2.0.0...hts-sys-v2.0.1) (2021-07-06) + + +### Bug Fixes + +* dummy release ([74d1565](https://www.github.com/rust-bio/rust-htslib/commit/74d1565329fc862f1172c0925c7b66ceb8bcf988)) +* dummy release ([af2f84e](https://www.github.com/rust-bio/rust-htslib/commit/af2f84eb0411507f8866b3cc05e9a6ba9d81d172)) + ## [2.0.0](https://www.github.com/rust-bio/rust-htslib/compare/hts-sys-v1.0.0...hts-sys-v2.0.0) (2021-07-06) diff --git a/hts-sys/Cargo.toml b/hts-sys/Cargo.toml index 2e2b018f7..9a8dc39c1 100644 --- a/hts-sys/Cargo.toml +++ b/hts-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hts-sys" -version = "2.0.0" +version = "2.0.1" authors = ["Christopher Schröder ", "Johannes Köster "] build = "build.rs" links = "hts"