Skip to content

Releases: rust-bio/rust-htslib

hts-sys hts-sys-v2.0.1

06 Jul 19:41
c1b7685

Choose a tag to compare

This is a dummy release for technical reasons: we needed to decouple the hts-sys version from htslib, such that it becomes easier to apply custom fixes while keeping a semantic versioning scheme in the future.

hts-sys hts-sys-v2.0.0

06 Jul 19:36
2af0b0f

Choose a tag to compare

⚠ 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)

hts-sys hts-sys-v1.0.0

06 Jul 19:11
6771b53

Choose a tag to compare

⚠ 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)

hts-sys hts-sys-v0.1.0

06 Jul 18:56
2af0b0f

Choose a tag to compare

Bug Fixes

  • dummy release

Version 1.11.1-fix2 of hts-sys

06 Jul 11:48
2af0b0f

Choose a tag to compare

Dummy release for technical reasons.

Version 0.37.0

05 Jul 19:39

Choose a tag to compare

Added

  • bcf::Record methods end, clear, and rlen (@mbhall88).

Changes

  • bcf::IndexReader::fetch parameter end is now an Option<u64>. This is inline with
    htslib regions, which do not require an end position (@mbhall88)
  • Removed unused dependencies (@sreenathkrishnan).
  • Improved documentation (@mbhall88).
  • Improved error message when failing to load index files (@johanneskoester).
  • Improved API for accessing AUX fields in BAM records (@jch-13).
  • Fixed compiler warnings (@fxwiegand).
  • BAM header representation is now always kept in sync between textual and binary (@jch-13).

Version 0.36.0

07 Jan 10:19

Choose a tag to compare

Changes

Version 0.35.2

23 Nov 13:56

Choose a tag to compare

This release contains a fix for problems with semantic versioning in Cargo when specifying the hts-sys dependency.

Version 0.35.1

23 Nov 12:33

Choose a tag to compare

  • Fixed wrongly define missing value constants in bcf::record (@johanneskoester).
  • Bump hts-sys depedency to the latest version, containing build fixes for macOS (@johanneskoester).

Version 0.35.0

19 Nov 18:46

Choose a tag to compare

Changes

  • BREAKING: info and format field access in BCF records now allocates a separate buffer each time. In addition, it is also possible to pass a buffer that has been created manually before (@johanneskoester)
  • Fixes for building on macOS (@brainstorm)

Added