Release 1.25.2 (#1952)

- Bump version: 1.25.1 → 1.25.2
- Update changelog
- Update changelog contributor credits
- Update man page
This commit is contained in:
Casey Rodarmor 2024-03-10 16:54:39 -07:00 committed by GitHub
parent be5a9ab9f1
commit ffbe500d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -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
------------------------------------------------------------------------

2
Cargo.lock generated
View File

@ -455,7 +455,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "just"
version = "1.25.1"
version = "1.25.2"
dependencies = [
"ansi_term",
"atty",

View File

@ -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"]

View File

@ -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