summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2023-12-27 20:32:06 -0800
committerGitHub <noreply@github.com>2023-12-28 04:32:06 +0000
commit2846df7e27e2baa9a9431a7af133545bd1eb1e7f (patch)
treeda963d1ad70dce3c02b30bb8feae0554cfef40a2
parent316ea0129524f69aaff8ba2d5ff2907a3eb761ea (diff)
Release 1.19.0 (#1784)1.19.0
- Bump version: 1.18.1 → 1.19.0 - Update changelog - Update changelog contributor credits - Update dependencies - Update man page - Update version references in readme
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
-rw-r--r--man/just.14
5 files changed, 18 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 169252a1..e0129f00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
Changelog
=========
+[1.19.0](https://github.com/casey/just/releases/tag/1.19.0) - 2023-12-27
+------------------------------------------------------------------------
+
+### Added
+- Add modules ([#1782](https://github.com/casey/just/pull/1782))
+
[1.18.1](https://github.com/casey/just/releases/tag/1.18.1) - 2023-12-24
------------------------------------------------------------------------
diff --git a/Cargo.lock b/Cargo.lock
index 9f5f51ac..65bb40e7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -317,7 +317,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "just"
-version = "1.18.1"
+version = "1.19.0"
dependencies = [
"ansi_term",
"atty",
@@ -597,7 +597,7 @@ checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.42",
+ "syn 2.0.43",
]
[[package]]
@@ -703,7 +703,7 @@ dependencies = [
"proc-macro2",
"quote",
"rustversion",
- "syn 2.0.42",
+ "syn 2.0.43",
]
[[package]]
@@ -719,9 +719,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.42"
+version = "2.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5b7d0a2c048d661a1a59fcd7355baa232f7ed34e0ee4df2eef3c1c1c0d3852d8"
+checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
dependencies = [
"proc-macro2",
"quote",
@@ -736,15 +736,15 @@ checksum = "ba852e71502340e2eaf2fa51f9b3ec6aa25750da1aa65771491c69d67789b05c"
[[package]]
name = "tempfile"
-version = "3.8.1"
+version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
+checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall",
"rustix",
- "windows-sys 0.48.0",
+ "windows-sys 0.52.0",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index e7f0ea1a..f0414c54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "1.18.1"
+version = "1.19.0"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
autotests = false
categories = ["command-line-utilities", "development-tools"]
diff --git a/README.md b/README.md
index 7b8c2210..1dd9ca43 100644
--- a/README.md
+++ b/README.md
@@ -2366,7 +2366,7 @@ and recipes defined after the `import` statement.
Imported files can themselves contain `import`s, which are processed
recursively.
-### Modules<sup>master</sup>
+### Modules<sup>1.19.0</sup>
A `justfile` can declare modules using `mod` statements. `mod` statements are
currently unstable, so you'll need to use the `--unstable` flag, or set the
diff --git a/man/just.1 b/man/just.1
index 445b41d7..50746508 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.18.1" "Just Manual"
+.TH JUST "1" "December 2023" "just 1.19.0" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
-just 1.18.1
+just 1.19.0
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP