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 f2dd6e1 commit 8b40bbaCopy full SHA for 8b40bba
CHANGELOG.md
@@ -2,7 +2,10 @@
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
-## [Unreleased]
+## [0.6.1] - 2016-07-20
6
+### Changed
7
+- Improved error messages.
8
+- Check existence of BAM when instantiating Readers.
9
10
## [0.6.0] - 2016-06-01
11
### Changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "rust-htslib"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Christopher Schröder <[email protected]>", "Johannes Köster <[email protected]>"]
build = "build.rs"
description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."
0 commit comments