Skip to content

Latest commit

 

History

History
53 lines (24 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

53 lines (24 loc) · 1.8 KB

Changelog

0.3.3 (2022-04-29)

Bug Fixes

  • Require native extension through Thermite::Fiddle (da4cb44)

0.3.2 (2022-04-21)

Bug Fixes

  • Fix the native extension for OSX (4026e8f)

0.3.1 (2022-03-17)

Bug Fixes

  • Fix native extensions build on Ruby <= 3.1 (f801ef3)

0.3.0 (2022-03-17)

⚠ BREAKING CHANGES

  • commit method is no longer public

Features

  • Support multithreaded and multiprocess environments (053b4a0)

Bug Fixes

  • Create the folder at index path when it doesn't exist (c9446b7)

0.2.2 (2022-03-07)

Bug Fixes

  • Fix native extension initialization (78c7495)
  • Include transpiled files in the gem build (5dba8f6)

0.2.1 (2022-03-07)

Features