mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 09:08:37 +01:00
8523bd196c
Co-authored-by: github-actions <github-actions@github.com>
34 lines
800 B
Markdown
34 lines
800 B
Markdown
# Changelog
|
|
|
|
## Next (YYYY-MM-DD)
|
|
|
|
## v1.3.0 (2024-01-01)
|
|
|
|
- Remove `README.md` files from detection; those were causing too many false positives and were a weak signal anyway.
|
|
- Add Node.js package manager lockfiles.
|
|
|
|
## v1.2.1 (2023-11-26)
|
|
|
|
- Deps: upgrade Tokio requirement to 1.33.0
|
|
|
|
## v1.2.0 (2023-01-08)
|
|
|
|
- Add `const` qualifier to `ProjectType::is_vcs` and `::is_soft`.
|
|
- Use Tokio's canonicalize instead of dunce.
|
|
- Add missing `Send` bound to `origins()` and `types()`.
|
|
|
|
## 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.
|