watchexec/crates/supervisor/CHANGELOG.md

25 lines
466 B
Markdown
Raw Normal View History

# Changelog
## Next (YYYY-MM-DD)
- Deps: replace command-group with process-wrap
2024-04-20 07:45:50 +02:00
- Deps: nix 0.28
## v1.0.3 (2023-12-19)
2023-12-19 12:22:59 +01:00
- Fix Start executing even when the job is running.
- Add kill-on-drop to guarantee no two processes run at the same time.
## v1.0.2 (2023-12-09)
- Add `trace`-level logging to Job task.
## v1.0.1 (2023-11-29)
- Deps: watchexec-events 2.0.1
- Deps: watchexec-signals 2.0.0
## v1.0.0 (2023-11-26)
- Initial release as a separate crate.