Skip to content

Releases: nyurik/sqlite-hashes

v0.7.2

04 Jun 01:29
8618df2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

21 Mar 23:56
8f2ef82
Compare
Choose a tag to compare

What's Changed

  • Allow any rusqlite >= 0.30 dependencies by @nyurik in #25

Full Changelog: v0.7.0...v0.7.1

v0.7.0

20 Mar 17:17
0e37461
Compare
Choose a tag to compare

Breaking

  • For consistency, all register_(hash)_functions are now plural, instead of register_(hash)_function by @nyurik in #24

Other changes

  • README docs updates to clarify ORDER BY usage
  • Bump all dependencies
  • CI now validates semver compatibility

Full Changelog: v0.6.0...v0.7.0

v0.6.0: multi-arch loadable, with md5, sha*, fnv, and xxhash hashes

21 Dec 05:39
bd202c4
Compare
Choose a tag to compare
Add FNV and XXHASH hashing algorithms (#8)

fixes #6