mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 17:18:30 +01:00
f55d669e3c
Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Félix Saparelli <felix@passcod.name>
547 B
547 B
Changelog
Next (YYYY-MM-DD)
v1.2.0 (2023-01-08)
- Add
const
qualifier toProjectType::is_vcs
and::is_soft
. - Use Tokio's canonicalize instead of dunce.
- Add missing
Send
bound toorigins()
andtypes()
.
v1.1.1 (2022-09-07)
- Deps: update miette to 5.3.0
v1.1.0 (2022-08-24)
- Add support for Go.
- Add support for Zig.
- Add
Pipfile
support for Pip. - Add detection of
CONTRIBUTING.md
. - Document what causes the detection of each project type.
v1.0.0 (2022-06-16)
- Initial release as a separate crate.