Release 1.30.1 (#2232)
- Bump version: 1.30.0 → 1.30.1 - Update changelog - Update changelog contributor credits
This commit is contained in:
parent
241e7b46a5
commit
5e9f46e855
@ -1,6 +1,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
[1.30.1](https://github.com/casey/just/releases/tag/1.30.1) - 2024-07-06
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix function argument count mismatch error message ([#2231](https://github.com/casey/just/pull/2231) by [casey](https://github.com/casey))
|
||||||
|
|
||||||
[1.30.0](https://github.com/casey/just/releases/tag/1.30.0) - 2024-07-06
|
[1.30.0](https://github.com/casey/just/releases/tag/1.30.0) - 2024-07-06
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -591,7 +591,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "1.30.0"
|
version = "1.30.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"blake3",
|
"blake3",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "1.30.0"
|
version = "1.30.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