1
0
mirror of https://github.com/casey/just synced 2024-07-01 07:24:45 +00:00

Release 1.29.1 (#2159)

- Bump version: 1.29.0 → 1.29.1
- Update changelog
- Update changelog contributor credits
This commit is contained in:
Casey Rodarmor 2024-06-14 12:44:52 -07:00 committed by GitHub
parent dd9792571b
commit 5f91b37c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View File

@ -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
------------------------------------------------------------------------

2
Cargo.lock generated
View File

@ -600,7 +600,7 @@ dependencies = [
[[package]]
name = "just"
version = "1.29.0"
version = "1.29.1"
dependencies = [
"ansi_term",
"blake3",

View File

@ -1,6 +1,6 @@
[package]
name = "just"
version = "1.29.0"
version = "1.29.1"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
autotests = false
categories = ["command-line-utilities", "development-tools"]