From e91b1e2a5ca98d085a02343207100a3aea7a0aec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 11:46:52 +0100 Subject: [PATCH] chore(master): release 0.41.1 (#380) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(master): release 0.41.1 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Johannes Köster --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bee71dbf..59619a87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.41.1](/~https://github.com/rust-bio/rust-htslib/compare/v0.41.0...v0.41.1) (2023-03-03) + +### Features + +* 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)) + + +### 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.2](/~https://github.com/rust-bio/rust-htslib/compare/rust-htslib-v0.40.1...rust-htslib-v0.40.2) (2022-10-13) diff --git a/Cargo.toml b/Cargo.toml index 784e2556b..b0ba21683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "rust-htslib" readme = "README.md" repository = "/~https://github.com/rust-bio/rust-htslib.git" -version = "0.40.2" +version = "0.41.1" [package.metadata.release] pre-release-commit-message = "release version {{version}}"