Skip to content

Latest commit

 

History

History
71 lines (35 loc) · 3.19 KB

CHANGELOG.md

File metadata and controls

71 lines (35 loc) · 3.19 KB

Changelog

0.41.0 (2023-03-02)

Miscellaneous Chores

2.0.3 (2022-10-13)

Performance Improvements

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

2.0.2 (2021-07-17)

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)

2.0.1 (2021-07-06)

Bug Fixes

2.0.0 (2021-07-06)

⚠ BREAKING CHANGES

  • dummy major version bump to move away from previous versions that were following htslib versions.

Bug Fixes

  • dummy major version bump to move away from previous versions that were following htslib versions. (aaa70a8)

1.0.0 (2021-07-06)

⚠ BREAKING CHANGES

  • bump to new major version (for technical reasons).
  • dummy breaking change to increase hts-sys major version.

Bug Fixes

  • bump to new major version (for technical reasons). (9c6db30)
  • dummy breaking change to increase hts-sys major version. (93415cb)
  • dummy changes (3af5ede)
  • update changelog (deef08f)

2.0.0 - (2021-07-06)

Bug Fixes

0.1.0 - 2021-07-06

Bug Fixes

  • dummy release