2022-06-15 05:25:05 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## Next (YYYY-MM-DD)
|
|
|
|
|
2023-11-26 04:01:13 +01:00
|
|
|
- Deps: upgrade Tokio requirement to 1.33.0
|
|
|
|
|
2023-01-08 17:05:49 +01:00
|
|
|
## v1.2.0 (2023-01-08)
|
|
|
|
|
2023-01-06 15:14:42 +01:00
|
|
|
- Add `const` qualifier to `ProjectType::is_vcs` and `::is_soft`.
|
|
|
|
- Use Tokio's canonicalize instead of dunce.
|
2023-01-08 17:05:49 +01:00
|
|
|
- Add missing `Send` bound to `origins()` and `types()`.
|
2023-01-06 15:14:42 +01:00
|
|
|
|
2022-09-07 05:29:23 +02:00
|
|
|
## v1.1.1 (2022-09-07)
|
|
|
|
|
|
|
|
- Deps: update miette to 5.3.0
|
|
|
|
|
2022-08-24 11:23:52 +02:00
|
|
|
## v1.1.0 (2022-08-24)
|
|
|
|
|
2022-08-24 09:19:00 +02:00
|
|
|
- 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.
|
|
|
|
|
2022-06-16 11:01:22 +02:00
|
|
|
## v1.0.0 (2022-06-16)
|
|
|
|
|
2022-06-15 05:25:05 +02:00
|
|
|
- Initial release as a separate crate.
|