From ffbe500d3f98166ac0912068bfe2999dae3ce796 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 10 Mar 2024 16:54:39 -0700 Subject: [PATCH] Release 1.25.2 (#1952) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump version: 1.25.1 → 1.25.2 - Update changelog - Update changelog contributor credits - Update man page --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/just.1 | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6747943..5f76cbc14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +[1.25.2](https://github.com/casey/just/releases/tag/1.25.2) - 2024-03-10 +------------------------------------------------------------------------ + +- Unpin ctrlc ([#1951](https://github.com/casey/just/pull/1951)) + [1.25.1](https://github.com/casey/just/releases/tag/1.25.1) - 2024-03-09 ------------------------------------------------------------------------ diff --git a/Cargo.lock b/Cargo.lock index cb62b20d8..3ae444b72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -455,7 +455,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "just" -version = "1.25.1" +version = "1.25.2" dependencies = [ "ansi_term", "atty", diff --git a/Cargo.toml b/Cargo.toml index dcf180b97..64a153777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "1.25.1" +version = "1.25.2" authors = ["Casey Rodarmor "] autotests = false categories = ["command-line-utilities", "development-tools"] diff --git a/man/just.1 b/man/just.1 index 8d17c7cd7..70783dc63 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" "March 2024" "just 1.25.0" "Just Manual" +.TH JUST "1" "March 2024" "just 1.25.2" "Just Manual" .SH NAME just \- save and run commands .SH DESCRIPTION -just 1.25.0 +just 1.25.2 \- Please see https://github.com/casey/just for more information. .SS "USAGE:" .IP