watchexec/crates/signals/CHANGELOG.md
github-actions[bot] deb6072a26
release: watchexec-signals v2.1.0 (#711)
Co-authored-by: github-actions <github-actions@github.com>
2023-12-09 23:25:41 +13:00

21 lines
367 B
Markdown

# Changelog
## Next (YYYY-MM-DD)
## v2.1.0 (2023-12-09)
- Derive `Hash` for `Signal`.
## 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.