Skip to content

Commit 8b40bba

Browse files
New version and updated changelog.
1 parent f2dd6e1 commit 8b40bba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
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-
## [Unreleased]
5+
## [0.6.1] - 2016-07-20
6+
### Changed
7+
- Improved error messages.
8+
- Check existence of BAM when instantiating Readers.
69

710
## [0.6.0] - 2016-06-01
811
### Changed

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-htslib"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Christopher Schröder <[email protected]>", "Johannes Köster <[email protected]>"]
55
build = "build.rs"
66
description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."

0 commit comments

Comments
 (0)