From 495a843369e87248be2e3f39a286965e582d20ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 13:27:25 +0200 Subject: [PATCH] chore: release 0.39.1 (#245) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e323066..7148a332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### [0.39.1](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.39.0...v0.39.1) (2022-06-14) + + +### Bug Fixes + +* Handle empty sequences for bam-anonymize ([#241](https://www.github.com/rust-bio/rust-bio-tools/issues/241)) ([039ed92](https://www.github.com/rust-bio/rust-bio-tools/commit/039ed92665b094e8ebcbe42bf955496891d5d962)) +* Improved message if error occurred during FORMAT parsing in vcf-to-txt ([#243](https://www.github.com/rust-bio/rust-bio-tools/issues/243)) ([4231371](https://www.github.com/rust-bio/rust-bio-tools/commit/423137126bf904001ca871f195620ed47821af91)) +* vcfsplit BND record ordering ([#244](https://www.github.com/rust-bio/rust-bio-tools/issues/244)) ([9b7ae9a](https://www.github.com/rust-bio/rust-bio-tools/commit/9b7ae9a023ad84467131201d837bef3987306d2a)) + ## [0.39.0](https://www.github.com/rust-bio/rust-bio-tools/compare/v0.38.3...v0.39.0) (2022-02-21) diff --git a/Cargo.toml b/Cargo.toml index fb17a144..eb48a526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-bio-tools" -version = "0.39.0" +version = "0.39.1" authors = ["Johannes Köster ", "Erik Clarke "] description = "A set of fast and robust command line utilities for bioinformatics tasks based on Rust-Bio." license-file = "LICENSE.md"