Skip to content

Release 0.4.6

Compare
Choose a tag to compare
@bminixhofer bminixhofer released this 20 Feb 21:33
· 67 commits to main since this release
28c9358

Breaking changes

  • .validate() in nlprule-build now returns a Result<()> to encourage calling it after .postprocess().

Fixes

  • Fixes an error where Cursor position in nlprule-build was not reset appropriately.
  • Use fs_err everywhere for better error messages.