Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 21:46
4b12a28

0.9.0 (2024-10-22)

⚠ BREAKING CHANGES

  • const generic parameter for Record to disable file lock
  • create file locking via fs4

Features

  • const generic parameter for Record to disable file lock (c61a7d8)
  • create file locking via fs4 (8e0bd96)

Bug Fixes

  • be more careful about locking (88cb8a0)
  • disable fs4 on windows (fbf8ed5)