diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8d0bd4..23f7613a 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.41.0](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.40.0...v0.41.0) (2022-08-19) + + +### Features + +* Remove duplicate marks from consensus records ([#247](https://www.github.com/rust-bio/rust-bio-tools/issues/247)) ([692eb04](https://www.github.com/rust-bio/rust-bio-tools/commit/692eb041683ac898277628b140da13e88ec40449)) + ## [0.40.0](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.39.1...v0.40.0) (2022-07-21) diff --git a/Cargo.toml b/Cargo.toml index 35400b04..ffc8f986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-bio-tools" -version = "0.40.0" +version = "0.41.0" authors = ["Johannes Köster ", "Erik Clarke "] description = "A set of fast and robust command line utilities for bioinformatics tasks based on Rust-Bio." license-file = "LICENSE.md"