Skip to content

Commit 5e9f46e

Browse files
authored
Release 1.30.1 (#2232)
- Bump version: 1.30.0 β†’ 1.30.1 - Update changelog - Update changelog contributor credits
1 parent 241e7b4 commit 5e9f46e

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.30.1](https://github.com/casey/just/releases/tag/1.30.1) - 2024-07-06
5+
------------------------------------------------------------------------
6+
7+
### Fixed
8+
- Fix function argument count mismatch error message ([#2231](https://github.com/casey/just/pull/2231) by [casey](https://github.com/casey))
9+
410
[1.30.0](https://github.com/casey/just/releases/tag/1.30.0) - 2024-07-06
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.30.0"
3+
version = "1.30.1"
44
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
55
autotests = false
66
categories = ["command-line-utilities", "development-tools"]

0 commit comments

Comments
Β (0)