summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2022-03-30 22:27:07 -0700
committerGitHub <noreply@github.com>2022-03-31 05:27:07 +0000
commit807bafe4171e0a46ec3f70fc7ff91c0671f29f7c (patch)
treec1178c4139328fa76b9d2941e9d965eb713d1ae4
parent52f73db33dc9afda74ca26965661a59aeb12ee79 (diff)
Release 1.1.2 (#1151)1.1.2
- Bump version: 1.1.1 → 1.1.2 - Update changelog - Update dependencies - Update man page
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.lock14
-rw-r--r--Cargo.toml2
-rw-r--r--man/just.14
4 files changed, 20 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b146e40..90c97a10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
Changelog
=========
+[1.1.2](https://github.com/casey/just/releases/tag/1.1.2) - 2022-3-30
+---------------------------------------------------------------------
+
+### Misc
+- Document indentation rules (#1142)
+- Remove stale link from readme (#1141)
+
+### Unstable
+- Search for missing recipes in parent directory justfiles (#1149)
+
[1.1.1](https://github.com/casey/just/releases/tag/1.1.1) - 2022-3-22
---------------------------------------------------------------------
diff --git a/Cargo.lock b/Cargo.lock
index 2c41b6a3..37a8799d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -233,7 +233,7 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]]
name = "just"
-version = "1.1.1"
+version = "1.1.2"
dependencies = [
"ansi_term",
"atty",
@@ -383,18 +383,18 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.16"
+version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4af2ec4714533fcdf07e886f17025ace8b997b9ce51204ee69b6da831c3da57"
+checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
-version = "0.2.11"
+version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
+checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
dependencies = [
"bitflags",
]
@@ -569,9 +569,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "1.0.89"
+version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54"
+checksum = "704df27628939572cd88d33f171cd6f896f4eaca85252c6e0a72d8d8287ee86f"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index 04641fd5..1d534283 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "just"
-version = "1.1.1"
+version = "1.1.2"
description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"
diff --git a/man/just.1 b/man/just.1
index 54779957..be6b485a 100644
--- a/man/just.1
+++ b/man/just.1
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
-.TH JUST "1" "March 2022" "just 1.1.1" "Just Manual"
+.TH JUST "1" "March 2022" "just 1.1.2" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
-just 1.1.1
+just 1.1.2
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP