Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 1.29 KB

master

  • Update libxxhash to 0.8.1

0.5.0 (July 28, 2022)

  • Mark extension as Ractor-safe (by @kreynolds)
  • Add ability to hash files by path directly with XXhash.xxh32_file and XXhash.xxh64_file (by @kreynolds)

0.4.0 (December 11, 2016)

  • Add xxHash to Digest module and make it more compatieble with another hash functions from Digest. (by @justinwsmith)
  • Add a StreamingHash class that's externally instantiatable. (by @justinwsmith)
  • Fix segfault when nil is passed as param (nashby#13) (by @justinwsmith)
  • Update libxxhash to 0.6.2.

0.3.0 (January 18, 2015)

0.2.0 (September 4, 2013)

  • xxHash updated to r32
  • add XXhash.xxh32_stream method (by @maltoe)

0.1.1 (June 4, 2013)

  • remove .bundle from gem

0.1.0 (May 16, 2013)

  • xxHash updated to r29