Skip to content

Releases: rust-bio/rust-htslib

rust-htslib: v0.40.2

13 Oct 09:49
81e4b85
Compare
Choose a tag to compare

0.40.2 (2022-10-13)

Performance Improvements

  • update htslib and corresponding bindings to 1.16 (#366) (f597ce0)

hts-sys: v2.0.3

13 Oct 08:33
b660990
Compare
Choose a tag to compare

2.0.3 (2022-10-13)

Performance Improvements

  • update htslib and corresponding bindings to 1.16 (#366) (f597ce0)

rust-htslib: v0.40.1

12 Oct 08:27
0f8c666
Compare
Choose a tag to compare

0.40.1 (2022-08-24)

Bug Fixes

  • Header::to_hashmap skips @CO tags, add comments() method (#363) (c24a7f6)

rust-htslib: v0.40.0

21 Jul 08:41
331fde5
Compare
Choose a tag to compare

0.40.0 (2022-07-05)

Features

Bug Fixes

  • update to latest release-please (b130634)

rust-htslib rust-htslib-v0.39.5

09 May 20:09
bdebe65
Compare
Choose a tag to compare

Bug Fixes

  • set path in release-please config (d8f7c6e)

rust-htslib rust-htslib-v0.39.4

09 May 19:50
5fb5779
Compare
Choose a tag to compare

Bug Fixes

  • perform checkout before running release please (cbc6a0a)

rust-htslib rust-htslib-v0.39.3

04 May 08:49
5453450
Compare
Choose a tag to compare

Bug Fixes

  • change the type to c_char so it can be compiled for aarch64 (#337) (a21aff2)

rust-htslib rust-htslib-v0.39.2

23 Aug 15:09
9e01563
Compare
Choose a tag to compare

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)

hts-sys hts-sys-v2.0.2

23 Aug 14:21
d350413
Compare
Choose a tag to compare

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)

rust-htslib v0.38.2

06 Jul 09:14
340eb70
Compare
Choose a tag to compare

Bug Fixes

  • add ID to automatic release handling (1244393)