diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f0f03da..8332962 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - "crates/trg": "0.4.0" + "crates/trg": "0.4.1" } diff --git a/Cargo.lock b/Cargo.lock index a39abcd..24a996c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2548,7 +2548,7 @@ dependencies = [ [[package]] name = "trg" -version = "0.4.0" +version = "0.4.1" dependencies = [ "assert_cmd", "async-trait", diff --git a/crates/trg/CHANGELOG.md b/crates/trg/CHANGELOG.md index 12b5af4..9d2d1f5 100644 --- a/crates/trg/CHANGELOG.md +++ b/crates/trg/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.1](https://github.com/TrogonStack/rusty-monorepo/compare/trg@v0.4.0...trg@v0.4.1) (2026-05-29) + + +### Bug Fixes + +* Drop Windows support; recommend WSL ([#44](https://github.com/TrogonStack/rusty-monorepo/issues/44)) ([9c1960d](https://github.com/TrogonStack/rusty-monorepo/commit/9c1960dde1b71352819b785663475a6492ec8d5a)) +* **trg:** Gate relative_path_from behind cfg(unix) ([#42](https://github.com/TrogonStack/rusty-monorepo/issues/42)) ([bf53675](https://github.com/TrogonStack/rusty-monorepo/commit/bf536757f866bf74d60ea8bd7fd4985040af643b)) + ## [0.4.0](https://github.com/TrogonStack/rusty-monorepo/compare/trg@v0.3.0...trg@v0.4.0) (2026-05-29) diff --git a/crates/trg/Cargo.toml b/crates/trg/Cargo.toml index 0587584..96c799e 100644 --- a/crates/trg/Cargo.toml +++ b/crates/trg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trg" -version = "0.4.0" +version = "0.4.1" edition = "2021" publish = false readme = "README.md"