Releases: rust-bio/rust-htslib
Releases · rust-bio/rust-htslib
v0.41.1
0.41.1 (2023-03-03)
Features
- Revised calculation of leading- and trailing-softclips (#375) (b61dd2c)
Performance Improvements
- update htslib and corresponding bindings to 1.16 (#366) (f597ce0)
rust-htslib: v0.41.0
0.41.0 (2023-03-02)
Features
- Revised calculation of leading- and trailing-softclips (#375) (b61dd2c)
rust-htslib: v0.40.2
0.40.2 (2022-10-13)
Performance Improvements
- update htslib and corresponding bindings to 1.16 (#366) (f597ce0)
hts-sys: v2.0.3
2.0.3 (2022-10-13)
Performance Improvements
- update htslib and corresponding bindings to 1.16 (#366) (f597ce0)
rust-htslib: v0.40.1
0.40.1 (2022-08-24)
Bug Fixes
- Header::to_hashmap skips
@CO
tags, add comments()
method (#363) (c24a7f6)
rust-htslib: v0.40.0
0.40.0 (2022-07-05)
Features
Bug Fixes
- update to latest release-please (b130634)
rust-htslib rust-htslib-v0.39.5
Bug Fixes
- set path in release-please config (d8f7c6e)
rust-htslib rust-htslib-v0.39.4
Bug Fixes
- perform checkout before running release please (cbc6a0a)
rust-htslib rust-htslib-v0.39.3
Bug Fixes
- change the type to c_char so it can be compiled for aarch64 (#337) (a21aff2)
rust-htslib rust-htslib-v0.39.2
Bug Fixes
- Configuration when cross-compiling. Even when cross-compiling, build.rs runs on the build host. Hence within build.rs
#[cfg(target_os)]
always reflects the host, not the target. Use $CARGO_CFG_TARGET_OS instead to query target properties. (#329) (d5198e6)