1
1
mirror of https://github.com/casey/just.git synced 2024-09-11 05:55:31 +03:00

Release 1.18.1 (#1780)

- Bump version: 1.18.0 → 1.18.1
- Update changelog
- Update changelog contributor credits
- Update man page
This commit is contained in:
Casey Rodarmor 2023-12-25 01:19:08 +08:00 committed by GitHub
parent 86dbed7445
commit bc628215c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
[1.18.1](https://github.com/casey/just/releases/tag/1.18.1) - 2023-12-24
------------------------------------------------------------------------
### Added
- Display a descriptive error for `!include` directives ([#1779](https://github.com/casey/just/pull/1779))
[1.18.0](https://github.com/casey/just/releases/tag/1.18.0) - 2023-12-24
------------------------------------------------------------------------

2
Cargo.lock generated
View File

@ -317,7 +317,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "just"
version = "1.18.0"
version = "1.18.1"
dependencies = [
"ansi_term",
"atty",

View File

@ -1,6 +1,6 @@
[package]
name = "just"
version = "1.18.0"
version = "1.18.1"
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" "December 2023" "just 1.18.0" "Just Manual"
.TH JUST "1" "December 2023" "just 1.18.1" "Just Manual"
.SH NAME
just \- save and run commands
.SH DESCRIPTION
just 1.18.0
just 1.18.1
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP