Skip to content

Commit

Permalink
chore: release 0.31.0 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2021
1 parent d322e6a commit a63eeb7
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.31.0](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.30.2...v0.31.0) (2021-11-16)


### Features

* rbt plot-bam: show position of reference base in tooltip ([#196](https://www.github.com/rust-bio/rust-bio-tools/issues/196)) ([3711c09](https://www.github.com/rust-bio/rust-bio-tools/commit/3711c0963b1fb95a341449aba8fe259b9faafcea))


### Bug Fixes

* rbt plot-bam: Disconnect neighboring insertion markers ([#197](https://www.github.com/rust-bio/rust-bio-tools/issues/197)) ([d322e6a](https://www.github.com/rust-bio/rust-bio-tools/commit/d322e6a9a64b870fe60b9ba21c4ec1b8e6c6c67a))

### [0.30.2](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.30.1...v0.30.2) (2021-11-09)


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.30.2"
version = "0.31.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 a63eeb7

Please sign in to comment.