Skip to content

Commit c9f570f

Browse files
chore: release 0.32.0 (#203)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 707d0ca commit c9f570f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.32.0](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.31.0...v0.32.0) (2021-12-01)
6+
7+
8+
### Features
9+
10+
* Update rust-bio ([#202](https://www.github.com/rust-bio/rust-bio-tools/issues/202)) ([707d0ca](https://www.github.com/rust-bio/rust-bio-tools/commit/707d0ca294c56f79c770a8d8f7ff530642868b39))
11+
12+
13+
### Bug Fixes
14+
15+
* Fix read processing when building consensus reads ([#199](https://www.github.com/rust-bio/rust-bio-tools/issues/199)) ([3fdcb3f](https://www.github.com/rust-bio/rust-bio-tools/commit/3fdcb3ffd586db94e40c182e980110334280962f))
16+
517
## [0.31.0](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.30.2...v0.31.0) (2021-11-16)
618

719

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-bio-tools"
3-
version = "0.31.0"
3+
version = "0.32.0"
44
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>", "Erik Clarke <ecl@pennmedicine.upenn.edu>"]
55
description = "A set of fast and robust command line utilities for bioinformatics tasks based on Rust-Bio."
66
license-file = "LICENSE.md"

0 commit comments

Comments
 (0)