Skip to content

Releases: rust-bio/rust-htslib

Version 0.8.1 of Rust-Htslib

17 Aug 08:51
Compare
Choose a tag to compare

This adds some final error types that I missed before (see changelog).

Version 0.8.0 of Rust-Htslib

17 Aug 08:16
Compare
Choose a tag to compare

This release further improves error handling by adding more error types (see changelog).

Version 0.7.0 of Rust-Htslib

16 Aug 15:04
Compare
Choose a tag to compare

This release improves error handling by implementing Display and Error for all error types (see changelog).

Version 0.6.1 of Rust-Htslib

20 Jul 08:56
Compare
Choose a tag to compare

This release fixes several minor issues and improves error messages (see changelog).

Version 0.6.0 of Rust-Htslib

01 Jun 10:05
Compare
Choose a tag to compare

This release fixes issues with memory allocation in BAM records. See the CHANGELOG.md for details.

Version 0.5.2 of Rust-Htslib

11 Nov 00:11
Compare
Choose a tag to compare

This release adapts to recent changes in the libc crate.

Version 0.5.1 of Rust-Htslib

03 Nov 13:55
Compare
Choose a tag to compare

This release fixes the length returned for the sequence of BAM records.