From 5327a25c0447ea1d0d8fde72239531cfbd60ada5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Mon, 12 Jun 2017 19:09:11 +0200 Subject: [PATCH] New version. --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4ffc995..a990a3607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.12.1] - 2017-06-12 +### Changed +- Adapt to changes in Rust 1.18 that caused compilation issues. + + ## [0.12.0] - 2017-06-01 ### Added - Support seek and tell to handle virtual offsets. diff --git a/Cargo.toml b/Cargo.toml index b70a9e833..3b445e619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-htslib" -version = "0.12.0" +version = "0.12.1" authors = ["Christopher Schröder ", "Johannes Köster "] build = "build.rs" description = "This library provides HTSlib bindings and a high level Rust API for reading and writing BAM files."