watchexec/crates/signals/CHANGELOG.md

418 B

Changelog

Next (YYYY-MM-DD)

  • Derive Hash for Signal.
  • Add Continue, Suspend, and TerminalSuspend as first-class signals.

v2.0.0 (2023-11-29)

  • Deps: upgrade nix to 0.27

v1.0.1 (2023-11-26)

Same as 2.0.0, but yanked.

v1.0.0 (2023-03-18)

  • Split off new watchexec-signals crate (this one), to have a lightweight library that can parse and represent signals as handled by Watchexec.