watchexec/crates/signals/CHANGELOG.md

26 lines
426 B
Markdown
Raw Permalink Normal View History

2023-03-18 09:32:24 +01:00
# Changelog
## Next (YYYY-MM-DD)
2024-04-20 14:13:30 +02:00
## v3.0.0 (2024-04-20)
2024-04-20 07:45:50 +02:00
- Deps: miette 7
- Deps: nix 0.28
## v2.1.0 (2023-12-09)
2023-12-09 10:30:58 +01:00
- Derive `Hash` for `Signal`.
## v2.0.0 (2023-11-29)
2023-11-26 04:01:13 +01:00
- 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)
2023-03-18 09:32:24 +01:00
- Split off new `watchexec-signals` crate (this one), to have a lightweight library that can parse
and represent signals as handled by Watchexec.