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 1274978 commit 5327a25Copy full SHA for 5327a25
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.12.1] - 2017-06-12
6
+### Changed
7
+- Adapt to changes in Rust 1.18 that caused compilation issues.
8
+
9
10
## [0.12.0] - 2017-06-01
11
### Added
12
- Support seek and tell to handle virtual offsets.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "rust-htslib"
-version = "0.12.0"
+version = "0.12.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