Skip to content

Commit 8bc879d

Browse files
New version.
1 parent 25ed7ec commit 8bc879d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.13.0] - 2017-09-22
6+
### Added
7+
- Ability to clone bam records.
8+
- Ability to set only qname.
9+
### Changed
10+
- Further improved CIGAR string API.
11+
- Improved documentation.
12+
13+
514
## [0.12.1] - 2017-06-12
615
### Changed
716
- Adapt to changes in Rust 1.18 that caused compilation issues.

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.1"
3+
version = "0.13.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)