Skip to content

Commit 66d08fd

Browse files
New release.
1 parent 6b57e3c commit 66d08fd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.1.1] - 2016-08-31
6+
## Changed
7+
- Hotfix of a bug in vcf-match.
8+
9+
510
## [0.1.0] - 2016-08-31
611
### Added
712
- Tool for matching VCF/BCF files.

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.1.0"
3+
version = "0.1.1"
44
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>"]
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)