Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.17 KB

changelog.md

File metadata and controls

61 lines (36 loc) · 1.17 KB

Changelog

[0.3.1] - 2024-12-23

Fixed

  • A bug that caused hangs with multiple threads
  • A bug that caused only one pass to perform reductions

0.3.0 - 2023-07-17

Added

  • Lua support

Changed

  • Bump dependencies

0.2.2 - 2023-04-06

Changed

  • Bump dependencies

0.2.1 - 2023-03-21

Fixed

  • Actually kill timed-out subprocesses

0.2.0 - 2023-03-16

Added

  • Flags for stdout/stderr regexes
  • Support for JavaScript
  • --timeout
  • Test with lit

Changed

  • Improved error message for initially-uninteresting inputs
  • Improvements to library API, move multi-pass reduction into the library
  • Updated benchmarks

Fixed

  • Map Unix signals to exit codes like Bash does

0.1.0 - 2023-03-11

Initial release!