Add recent PRs to changelogs (#587)

This commit is contained in:
Félix Saparelli 2023-05-14 18:30:34 +12:00 committed by GitHub
parent 0a1e5781cc
commit 03b3aef9b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
- Dep: upgrade to gix 0.44
## v1.0.0 (2023-03-05)
- Initial release.

View File

@ -2,6 +2,10 @@
## Next (YYYY-MM-DD)
- Use IO-free dunce::simplify to normalise paths on Windows.
- Known regression: some filtering patterns misbehave slightly on Windows with paths outside the project root.
- As filters were previously completely broken on Windows, this is still considered an improvement.
## v1.2.0 (2023-03-18)
- Ditch MSRV policy. The `rust-version` indication will remain, for the minimum estimated Rust version for the code features used in the crate's own code, but dependencies may have already moved on. From now on, only latest stable is assumed and tested for. ([#510](https://github.com/watchexec/watchexec/pull/510))

View File

@ -2,6 +2,10 @@
## Next (YYYY-MM-DD)
- Use IO-free dunce::simplify to normalise paths on Windows.
- Handle gitignores correctly (one GitIgnoreBuilder per path).
- Deps: update gix-config to 0.22.
## v1.2.0 (2023-03-18)
- Deps: update git-config to gix-config.