File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 0.27.0] - (TBD)
6
+ - bam::Record.set() will panic if seq.len() != qual.len(). Previously, mismatched length would cause
7
+ uninitialized memory to be written into the BAM file.
8
+ - use ` serde_bytes ` to serialize .data section of bam::Record when using serde - large speed improvement.
9
+ - change build.rs to avoid re-running when htslib or wrapper.h haven't changed.
10
+ - update some dependencies.
11
+ - refactor native dependency into htslib-sys crate, for greater versioning flexibility
12
+
5
13
## [ 0.26.1] - 2019-12-03
6
14
## Changes
7
15
- Various bug fixes in CIGAR string handling, INFO tag reading and FORMAT tag reading.
8
- - bam::Record.set() will panic if seq.len() != qual.len(). Previously, mismatched length would cause
9
- uninitialized memory to be written into the BAM file.
10
16
11
17
## [ 0.26.0] - 2019-09-27
12
18
## Changes
13
19
- Allow caching of CIGAR in bam::RecordBuffer.
14
20
15
-
16
21
## [ 0.25.0] - 2019-09-27
17
22
## Changes
18
23
- Migrated error handling to the snafu crate: https://docs.rs/snafu .
You can’t perform that action at this time.
0 commit comments