Skip to content

Commit 5f91b37

Browse files
authored
Release 1.29.1 (#2159)
- Bump version: 1.29.0 β†’ 1.29.1 - Update changelog - Update changelog contributor credits
1 parent dd97925 commit 5f91b37

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
[1.29.1](https://github.com/casey/just/releases/tag/1.29.1) - 2024-06-14
5+
------------------------------------------------------------------------
6+
7+
### Fixed
8+
- Fix unexport syntax conflicts ([#2158](https://github.com/casey/just/pull/2158))
9+
410
[1.29.0](https://github.com/casey/just/releases/tag/1.29.0) - 2024-06-13
511
------------------------------------------------------------------------
612

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "just"
3-
version = "1.29.0"
3+
version = "1.29.1"
44
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
55
autotests = false
66
categories = ["command-line-utilities", "development-tools"]

0 commit comments

Comments
Β (0)