From f3b103a2e0af6e1c12ffc5f9e00a09de000e8bb0 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 29 Dec 2023 13:50:11 -0800 Subject: Release 1.21.0 (#1800) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump version: 1.20.0 → 1.21.0 - Update changelog - Update changelog contributor credits - Update dependencies - Update man page --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- man/just.1 | 4 ++-- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a991197..0614e282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +[1.21.0](https://github.com/casey/just/releases/tag/1.21.0) - 2023-12-29 +------------------------------------------------------------------------ + +### Added +- Optional modules and imports ([#1797](https://github.com/casey/just/pull/1797)) +- Print submodule recipes in --summary ([#1794](https://github.com/casey/just/pull/1794)) + +### Misc +- Use box-drawing characters in error messages ([#1798](https://github.com/casey/just/pull/1798)) +- Use Self ([#1795](https://github.com/casey/just/pull/1795)) + [1.20.0](https://github.com/casey/just/releases/tag/1.20.0) - 2023-12-28 ------------------------------------------------------------------------ diff --git a/Cargo.lock b/Cargo.lock index 7c754305..bb31dd81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "just" -version = "1.20.0" +version = "1.21.0" dependencies = [ "ansi_term", "atty", @@ -674,9 +674,9 @@ dependencies = [ [[package]] name = "similar" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597" +checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" dependencies = [ "bstr", "unicode-segmentation", diff --git a/Cargo.toml b/Cargo.toml index 59e19829..b842379d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "1.20.0" +version = "1.21.0" authors = ["Casey Rodarmor "] autotests = false categories = ["command-line-utilities", "development-tools"] diff --git a/man/just.1 b/man/just.1 index bf627354..877bf19c 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.20.0" "Just Manual" +.TH JUST "1" "December 2023" "just 1.21.0" "Just Manual" .SH NAME just \- save and run commands .SH DESCRIPTION -just 1.20.0 +just 1.21.0 \- Please see https://github.com/casey/just for more information. .SS "USAGE:" .IP -- cgit v1.2.3