Skip to content

Commit

Permalink
chore: release 0.32.0 (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 1, 2021
1 parent 707d0ca commit c9f570f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.32.0](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.31.0...v0.32.0) (2021-12-01)


### Features

* 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))


### Bug Fixes

* 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))

## [0.31.0](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.30.2...v0.31.0) (2021-11-16)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-bio-tools"
version = "0.31.0"
version = "0.32.0"
authors = ["Johannes Köster <[email protected]>", "Erik Clarke <[email protected]>"]
description = "A set of fast and robust command line utilities for bioinformatics tasks based on Rust-Bio."
license-file = "LICENSE.md"
Expand Down

0 comments on commit c9f570f

Please sign in to comment.