Releases: rust-bio/rust-htslib
Releases · rust-bio/rust-htslib
Version 0.8.1 of Rust-Htslib
This adds some final error types that I missed before (see changelog).
Version 0.8.0 of Rust-Htslib
This release further improves error handling by adding more error types (see changelog).
Version 0.7.0 of Rust-Htslib
This release improves error handling by implementing Display and Error for all error types (see changelog).
Version 0.6.1 of Rust-Htslib
This release fixes several minor issues and improves error messages (see changelog).
Version 0.6.0 of Rust-Htslib
This release fixes issues with memory allocation in BAM records. See the CHANGELOG.md for details.
Version 0.5.2 of Rust-Htslib
This release adapts to recent changes in the libc crate.
Version 0.5.1 of Rust-Htslib
This release fixes the length returned for the sequence of BAM records.