diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5b6bf..e232b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[1.29.1](https://github.com/casey/just/releases/tag/1.29.1) - 2024-06-14 +------------------------------------------------------------------------ + +### Fixed +- Fix unexport syntax conflicts ([#2158](https://github.com/casey/just/pull/2158)) + [1.29.0](https://github.com/casey/just/releases/tag/1.29.0) - 2024-06-13 ------------------------------------------------------------------------ diff --git a/Cargo.lock b/Cargo.lock index 6d5adb6..c2b3e75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,7 +600,7 @@ dependencies = [ [[package]] name = "just" -version = "1.29.0" +version = "1.29.1" dependencies = [ "ansi_term", "blake3", diff --git a/Cargo.toml b/Cargo.toml index ca5170d..cdb8779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "1.29.0" +version = "1.29.1" authors = ["Casey Rodarmor "] autotests = false categories = ["command-line-utilities", "development-tools"]