Skip to content

Commit d098630

Browse files
chore: release 0.38.0 (#315)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 527ffb1 commit d098630

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.38.0](https://www.github.com/rust-bio/rust-htslib/compare/v0.37.0...v0.38.0) (2021-07-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Improve bcf Record filter interface and improve docs (#306)
11+
12+
### Features
13+
14+
* 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))
15+
16+
17+
### Bug Fixes
18+
19+
* 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))
20+
521
## [Unreleased]
622
### Changes
723
- `bcf::Record` methods `has_filter`, `remove_filter`, `push_filter`, and `set_filter`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-htslib"
3-
version = "0.37.1-alpha.0"
3+
version = "0.38.0"
44
authors = ["Christopher Schröder <[email protected]>", "Johannes Köster <[email protected]>"]
55
description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."
66
readme = "README.md"

0 commit comments

Comments
 (0)