From b54cd60146eabe86f254420bde408f32f8b2fcea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Sun, 26 Nov 2023 16:01:13 +1300 Subject: [PATCH] Update all changelogs (#682) --- crates/bosion/CHANGELOG.md | 4 +++- crates/events/CHANGELOG.md | 2 ++ crates/filterer/globset/CHANGELOG.md | 2 ++ crates/filterer/ignore/CHANGELOG.md | 2 ++ crates/filterer/tagged/CHANGELOG.md | 5 +++++ crates/filterer/tagged/Cargo.toml | 3 +++ crates/ignore-files/CHANGELOG.md | 6 ++++++ crates/project-origins/CHANGELOG.md | 2 ++ crates/signals/CHANGELOG.md | 2 ++ 9 files changed, 27 insertions(+), 1 deletion(-) diff --git a/crates/bosion/CHANGELOG.md b/crates/bosion/CHANGELOG.md index c29c484..a002768 100644 --- a/crates/bosion/CHANGELOG.md +++ b/crates/bosion/CHANGELOG.md @@ -2,9 +2,11 @@ ## Next (YYYY-MM-DD) +- Deps: upgrade to gix 0.55 + ## v1.0.1 (2023-07-02) -- Dep: upgrade to gix 0.44 +- Deps: upgrade to gix 0.44 ## v1.0.0 (2023-03-05) diff --git a/crates/events/CHANGELOG.md b/crates/events/CHANGELOG.md index a719c8f..4e0dd0d 100644 --- a/crates/events/CHANGELOG.md +++ b/crates/events/CHANGELOG.md @@ -3,6 +3,8 @@ ## Next (YYYY-MM-DD) - Add `ProcessEnd::into_exitstatus` testing-only utility method. +- Deps: upgrade to Notify 6.0 +- Deps: upgrade to nix 0.27 ## v1.0.0 (2023-03-18) diff --git a/crates/filterer/globset/CHANGELOG.md b/crates/filterer/globset/CHANGELOG.md index 3a32b07..f199045 100644 --- a/crates/filterer/globset/CHANGELOG.md +++ b/crates/filterer/globset/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +- Depend on `watchexec-events` instead of the `watchexec` re-export. + ## 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/filterer/ignore/CHANGELOG.md b/crates/filterer/ignore/CHANGELOG.md index a675c75..afae74c 100644 --- a/crates/filterer/ignore/CHANGELOG.md +++ b/crates/filterer/ignore/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +- Depend on `watchexec-events` instead of the `watchexec` re-export. + ## v1.2.1 (2023-05-14) - Use IO-free dunce::simplify to normalise paths on Windows. diff --git a/crates/filterer/tagged/CHANGELOG.md b/crates/filterer/tagged/CHANGELOG.md index 65ff162..e1f35f1 100644 --- a/crates/filterer/tagged/CHANGELOG.md +++ b/crates/filterer/tagged/CHANGELOG.md @@ -2,6 +2,11 @@ ## Next (YYYY-MM-DD) +- Officially deprecate (crate is now unmaintained). +- Depend on `watchexec-events` instead of the `watchexec` re-export. +- Remove error diagnostic codes. +- Deps: upgrade Tokio requirement to 1.32. + ## v0.3.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/filterer/tagged/Cargo.toml b/crates/filterer/tagged/Cargo.toml index 7773144..566848a 100644 --- a/crates/filterer/tagged/Cargo.toml +++ b/crates/filterer/tagged/Cargo.toml @@ -15,6 +15,9 @@ readme = "README.md" rust-version = "1.61.0" edition = "2021" +[badges.maintenance] +status = "deprecated" + [dependencies] futures = "0.3.25" globset = "0.4.8" diff --git a/crates/ignore-files/CHANGELOG.md b/crates/ignore-files/CHANGELOG.md index cf61d2d..ed31c38 100644 --- a/crates/ignore-files/CHANGELOG.md +++ b/crates/ignore-files/CHANGELOG.md @@ -2,8 +2,14 @@ ## Next (YYYY-MM-DD) +- Remove error diagnostic codes. +- Deps: upgrade to gix-config 0.31.0 +- Deps: upgrade Tokio requirement to 1.33.0 + ## v1.3.1 (2023-06-03) +- Use Tokio's canonicalize instead of dunce::simplified. + ## v1.3.0 (2023-05-14) - Use IO-free dunce::simplify to normalise paths on Windows. diff --git a/crates/project-origins/CHANGELOG.md b/crates/project-origins/CHANGELOG.md index 15d8640..4466f7a 100644 --- a/crates/project-origins/CHANGELOG.md +++ b/crates/project-origins/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +- Deps: upgrade Tokio requirement to 1.33.0 + ## v1.2.0 (2023-01-08) - Add `const` qualifier to `ProjectType::is_vcs` and `::is_soft`. diff --git a/crates/signals/CHANGELOG.md b/crates/signals/CHANGELOG.md index 897a5b6..afee8b8 100644 --- a/crates/signals/CHANGELOG.md +++ b/crates/signals/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next (YYYY-MM-DD) +- Deps: upgrade nix to 0.27 + ## v1.0.0 (2023-03-18) - Split off new `watchexec-signals` crate (this one), to have a lightweight library that can parse