Release 1.29.1 (#2159)
- Bump version: 1.29.0 → 1.29.1 - Update changelog - Update changelog contributor credits
This commit is contained in:
parent
dd9792571b
commit
5f91b37c82
@ -1,6 +1,12 @@
|
|||||||
Changelog
|
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
|
[1.29.0](https://github.com/casey/just/releases/tag/1.29.0) - 2024-06-13
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -600,7 +600,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "1.29.0"
|
version = "1.29.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"blake3",
|
"blake3",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "1.29.0"
|
version = "1.29.1"
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
autotests = false
|
autotests = false
|
||||||
categories = ["command-line-utilities", "development-tools"]
|
categories = ["command-line-utilities", "development-tools"]
|
||||||
|
Loading…
Reference in New Issue
Block a user