Skip to content

Commit a63eeb7

Browse files
chore: release 0.31.0 (#198)
1 parent d322e6a commit a63eeb7

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.31.0](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.30.2...v0.31.0) (2021-11-16)
6+
7+
8+
### Features
9+
10+
* 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))
11+
12+
13+
### Bug Fixes
14+
15+
* 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))
16+
517
### [0.30.2](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.30.1...v0.30.2) (2021-11-09)
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.30.2"
3+
version = "0.31.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)