diff --git a/CHANGELOG.md b/CHANGELOG.md index 7888d7f07..da239b85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.38.0](https://www.github.com/rust-bio/rust-htslib/compare/v0.37.0...v0.38.0) (2021-07-06) + + +### ⚠ BREAKING CHANGES + +* Improve bcf Record filter interface and improve docs (#306) + +### Features + +* Improve bcf Record filter interface and improve docs ([#306](https://www.github.com/rust-bio/rust-htslib/issues/306)) ([f45e91d](https://www.github.com/rust-bio/rust-htslib/commit/f45e91dfdc64ecb662d676f2996ed4f14c079995)) + + +### Bug Fixes + +* enum name usage in doc example ([#311](https://www.github.com/rust-bio/rust-htslib/issues/311)) ([6e9ba49](https://www.github.com/rust-bio/rust-htslib/commit/6e9ba4928b60c3105490a8179d074c705ea06fd7)) + ## [Unreleased] ### Changes - `bcf::Record` methods `has_filter`, `remove_filter`, `push_filter`, and `set_filter` diff --git a/Cargo.toml b/Cargo.toml index de36c68c5..fd78d2841 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-htslib" -version = "0.37.1-alpha.0" +version = "0.38.0" 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"