watchexec/crates/events/CHANGELOG.md
github-actions[bot] c4dceb2d88
release: watchexec-events v2.0.0 (#704)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Félix Saparelli <felix@passcod.name>
2023-11-29 05:15:33 +00:00

19 lines
415 B
Markdown

# Changelog
## Next (YYYY-MM-DD)
## v2.0.0 (2023-11-29)
- Add `ProcessEnd::into_exitstatus` testing-only utility method.
- Deps: upgrade to Notify 6.0
- Deps: upgrade to nix 0.27
## v1.1.0 (2023-11-26)
Same as 2.0.0, but yanked.
## v1.0.0 (2023-03-18)
- Split off new `watchexec-events` crate (this one), to have a lightweight library that can parse
and generate events and maintain the JSON event format.