1
1
mirror of https://github.com/casey/just.git synced 2024-07-14 17:20:31 +03:00

Release 1.30.1 (#2232)

- Bump version: 1.30.0 → 1.30.1
- Update changelog
- Update changelog contributor credits
This commit is contained in:
Casey Rodarmor 2024-07-06 21:24:32 -07:00 committed by GitHub
parent 241e7b46a5
commit 5e9f46e855
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.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
------------------------------------------------------------------------

2
Cargo.lock generated
View File

@ -591,7 +591,7 @@ dependencies = [
[[package]]
name = "just"
version = "1.30.0"
version = "1.30.1"
dependencies = [
"ansi_term",
"blake3",

View File

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