Skip to content

Commit 93aabfc

Browse files
Minor.
1 parent d1aa12c commit 93aabfc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*~
22
target
33
Cargo.lock
4-
htslib
4+
htslib/*

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
### Added
77
- An efficient ringbuffer for accessing BCF regions
88
- An efficient ringbuffer for accessing BAM regions
9+
### Changed
10+
- Improved mutability annotation for readers.
911

1012
## [0.13.0] - 2017-09-22
1113
### Added

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.13.0"
3+
version = "0.14.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)