Skip to content

Commit 5327a25

Browse files
New version.
1 parent 1274978 commit 5327a25

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.12.1] - 2017-06-12
6+
### Changed
7+
- Adapt to changes in Rust 1.18 that caused compilation issues.
8+
9+
510
## [0.12.0] - 2017-06-01
611
### Added
712
- Support seek and tell to handle virtual offsets.

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.12.0"
3+
version = "0.12.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)