From 03b3aef9b79a8adf54e9a8691440d2f7674afef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Sun, 14 May 2023 18:30:34 +1200 Subject: [PATCH] Add recent PRs to changelogs (#587) --- crates/bosion/CHANGELOG.md | 2 ++ crates/filterer/ignore/CHANGELOG.md | 4 ++++ crates/ignore-files/CHANGELOG.md | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/crates/bosion/CHANGELOG.md b/crates/bosion/CHANGELOG.md index 58f0fe4..c59afbe 100644 --- a/crates/bosion/CHANGELOG.md +++ b/crates/bosion/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +- Dep: upgrade to gix 0.44 + ## v1.0.0 (2023-03-05) - Initial release. diff --git a/crates/filterer/ignore/CHANGELOG.md b/crates/filterer/ignore/CHANGELOG.md index c99b7fd..94629e8 100644 --- a/crates/filterer/ignore/CHANGELOG.md +++ b/crates/filterer/ignore/CHANGELOG.md @@ -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)) diff --git a/crates/ignore-files/CHANGELOG.md b/crates/ignore-files/CHANGELOG.md index 1a291df..aad2d99 100644 --- a/crates/ignore-files/CHANGELOG.md +++ b/crates/ignore-files/CHANGELOG.md @@ -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.