Skip to content

Commit 2f6b1c9

Browse files
New release.
1 parent 6d8cdf7 commit 2f6b1c9

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,11 +2,14 @@
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.8.0] - 2016-08-17
6+
### Changed
7+
- More error types.
8+
59
## [0.7.0] - 2016-08-16
610
### Changed
711
- Error types now properly implement the Display and the Error trait.
812

9-
1013
## [0.6.2] - 2016-07-22
1114
### Changed
1215
- Mark all records as Send and Sync.

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.7.0"
3+
version = "0.8.0"
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)