summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Rodarmor <casey@rodarmor.com>2024-03-10 16:54:39 -0700
committerGitHub <noreply@github.com>2024-03-10 23:54:39 +0000
commitffbe500d3f98166ac0912068bfe2999dae3ce796 (patch)
treefc4297d58d5ac40aea94e160b81d15ddef178e2f
parentbe5a9ab9f138470e3a645424ebe28a6e8c29e961 (diff)
Release 1.25.2 (#1952)1.25.2
- Bump version: 1.25.1 → 1.25.2 - Update changelog - Update changelog contributor credits - Update man page
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man/just.14
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a674794..5f76cbc1 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 cb62b20d..3ae444b7 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 dcf180b9..64a15377 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 <casey@rodarmor.com>"]
autotests = false
categories = ["command-line-utilities", "development-tools"]
diff --git a/man/just.1 b/man/just.1
index 8d17c7cd..70783dc6 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