Skip to content

v0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 20:15
· 9 commits to main since this release
v0.13.0
d608923

Breaking Changes

  • switch default to CaseMatching::Smart (e5f0ee2)

Features

  • add WASM SIMD128 backends (8d11966)
  • add no_std support (efeab87)
  • drop dead scalar path in wasm (a9be0d1)
  • add download.sh script for bench data (145deff)
  • auto-detect parallelism when threads == 0 (17ee653)
  • saturate score instead of panicking (93785c2)
  • reduce wasm binary size (6deefc0)
  • c and c++ bindings (2bd75b9)
  • python bindings (b30b6e2)
  • wasm bindings (869c771)
  • add justfile (35bf373)
  • add changelog update to justfile (19c6783)

Bug Fixes

  • max_needle_len returning incorrect value (90aa3fc)

Documentation

  • update lib.rs "used by" section (1ac6e62)
  • clarify unicode limitations (e63827b)
  • tidy config doc comments (c418120)
  • rework safety section (9592c36)
  • add bindings to readme (450523f)
  • rewrite binding comments/readmes (277c030)
  • misc links (daaae5b)
  • add CHANGELOG via git-cliff (507409b)
  • cleanup wasm binding docs (0826872)
  • lib-rs and expand bindings docs (03ae7fe)
  • add LICENSE to wasm/py bindings (d395c2b)