We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b57e3c commit 66d08fdCopy full SHA for 66d08fd
CHANGELOG.md
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [0.1.1] - 2016-08-31
6
+## Changed
7
+- Hotfix of a bug in vcf-match.
8
+
9
10
## [0.1.0] - 2016-08-31
11
### Added
12
- Tool for matching VCF/BCF files.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "rust-bio-tools"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Johannes Köster <johannes.koester@tu-dortmund.de>"]
description = "A set of fast and robust command line utilities for bioinformatics tasks based on Rust-Bio."
license-file = "LICENSE.md"
0 commit comments