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:
parent
be5a9ab9f1
commit
ffbe500d3f
@ -1,6 +1,11 @@
|
|||||||
Changelog
|
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
|
[1.25.1](https://github.com/casey/just/releases/tag/1.25.1) - 2024-03-09
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -455,7 +455,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "1.25.1"
|
version = "1.25.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"atty",
|
"atty",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "1.25.1"
|
version = "1.25.2"
|
||||||
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
|
||||||
autotests = false
|
autotests = false
|
||||||
categories = ["command-line-utilities", "development-tools"]
|
categories = ["command-line-utilities", "development-tools"]
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
.\" 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
|
.SH NAME
|
||||||
just \- save and run commands
|
just \- save and run commands
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
just 1.25.0
|
just 1.25.2
|
||||||
\- Please see https://github.com/casey/just for more information.
|
\- Please see https://github.com/casey/just for more information.
|
||||||
.SS "USAGE:"
|
.SS "USAGE:"
|
||||||
.IP
|
.IP
|
||||||
|
Loading…
Reference in New Issue
Block a user