watchexec/crates/events/CHANGELOG.md

11 lines
281 B
Markdown
Raw Normal View History

2023-03-18 09:32:24 +01:00
# Changelog
## Next (YYYY-MM-DD)
- Add `ProcessEnd::into_exitstatus` testing-only utility method.
## v1.0.0 (2023-03-18)
2023-03-18 09:32:24 +01:00
- 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.