From 5f91b37c82e6a92df2575babcb17a6a8e9c505f7 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 14 Jun 2024 12:44:52 -0700 Subject: [PATCH] Release 1.29.1 (#2159) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump version: 1.29.0 → 1.29.1 - Update changelog - Update changelog contributor credits --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5b6bf7..e232b693 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 6d5adb67..c2b3e75d 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 ca5170de..cdb87790 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"]