summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2023-12-31 14:40:33 -0800
committerGitHub <noreply@github.com>2023-12-31 22:40:33 +0000
commitf0d4b19557b6debd4e104034efe60bc863b55813 (patch)
tree63f1d71cab637823818061d1ea88ca85a73a17a8
parent5c3b72a12185c75b4b25a8ccaed31f4ac630beda (diff)
Release 1.22.0 (#1810)
- Bump version: 1.21.0 → 1.22.0 - Update changelog - Update changelog contributor credits - Update dependencies - Update man page
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.lock18
-rw-r--r--Cargo.toml2
-rw-r--r--man/just.14
4 files changed, 22 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0614e282..e7aeeb34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
Changelog
=========
+[1.22.0](https://github.com/casey/just/releases/tag/1.22.0) - 2023-12-31
+------------------------------------------------------------------------
+
+### Added
+- Recipes can be invoked with path syntax ([#1809](https://github.com/casey/just/pull/1809))
+- Add `--format` and `--initialize` as aliases for `--fmt` and `--init` ([#1802](https://github.com/casey/just/pull/1802))
+
+### Misc
+- Move table of contents pointer to right ([#1806](https://github.com/casey/just/pull/1806))
+
[1.21.0](https://github.com/casey/just/releases/tag/1.21.0) - 2023-12-29
------------------------------------------------------------------------
diff --git a/Cargo.lock b/Cargo.lock
index bb31dd81..40b7fa9b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -338,7 +338,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "just"
-version = "1.21.0"
+version = "1.22.0"
dependencies = [
"ansi_term",
"atty",
@@ -498,9 +498,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.71"
+version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
+checksum = "a293318316cf6478ec1ad2a21c49390a8d5b5eae9fab736467d93fbc0edc29c5"
dependencies = [
"unicode-ident",
]
@@ -528,9 +528,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.33"
+version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
+checksum = "22a37c9326af5ed140c86a46655b5278de879853be5573c01df185b6f49a580a"
dependencies = [
"proc-macro2",
]
@@ -837,18 +837,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.52"
+version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83a48fd946b02c0a526b2e9481c8e2a17755e47039164a86c4070446e3a4614d"
+checksum = "b2cd5904763bad08ad5513ddbb12cf2ae273ca53fa9f68e843e236ec6dfccc09"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.52"
+version = "1.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e7fbe9b594d6568a6a1443250a7e67d80b74e1e96f6d1715e1e21cc1888291d3"
+checksum = "3dcf4a824cce0aeacd6f38ae6f24234c8e80d68632338ebaa1443b5df9e29e19"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index b842379d..06bc0d67 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "1.21.0"
+version = "1.22.0"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
autotests = false
categories = ["command-line-utilities", "development-tools"]
diff --git a/man/just.1 b/man/just.1
index 877bf19c..21c7e238 100644
--- a/man/just.1
+++ b/man/just.1
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
-.TH JUST "1" "December 2023" "just 1.21.0" "Just Manual"
+.TH JUST "1" "December 2023" "just 1.22.0" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
-just 1.21.0
+just 1.22.0
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP