watchexec/crates/signals/CHANGELOG.md

24 lines
402 B
Markdown

# Changelog
## Next (YYYY-MM-DD)
- Deps: miette 7
- Deps: nix 0.28
## 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.