Skip to content

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 22 Nov 03:38
· 225 commits to master since this release

Release 0.1.9

Changelog for 0.1.9

  • Implement RcSearchable for ?Sized types such as [u8], so that seach(_, text, _) now works for text: &[u8], instead of only text: &&[u8].
  • Abort on panic for slightly smaller binaries.
  • Migrate back from cargo-dist to a small manual release.yaml.

Changelog for 0.1.8

  • Sassy is now available on bioconda!
  • ci: add aarch64-linux target for github releases, drop windows targets
  • ci: by default target-cpu=native, but config-portable.yaml for CI builds
  • doc: readme updates for target-cpu
  • update to ensure_simd for compile-time AVX2 check and add a run-time check
    as well.