Skip to content

Commit f47c175

Browse files
authored
Release 1.18.0 (#1778)
- Bump version: 1.17.0 → 1.18.0 - Update changelog - Update changelog contributor credits - Update dependencies - Update man page
1 parent 660ae21 commit f47c175

File tree

4 files changed

+33
-30
lines changed

4 files changed

+33
-30
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
[1.18.0](https://github.com/casey/just/releases/tag/1.18.0) - 2023-12-24
5+
------------------------------------------------------------------------
6+
7+
### Added
8+
- Stabilize `!include path` as `import 'path'` ([#1771](https://github.com/casey/just/pull/1771))
9+
10+
### Misc
11+
- Tweak readme ([#1775](https://github.com/casey/just/pull/1775))
12+
413
[1.17.0](https://github.com/casey/just/releases/tag/1.17.0) - 2023-12-20
514
------------------------------------------------------------------------
615

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "just"
3-
version = "1.17.0"
3+
version = "1.18.0"
44
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
55
autotests = false
66
categories = ["command-line-utilities", "development-tools"]

man/just.1

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH JUST "1" "December 2023" "just 1.17.0" "Just Manual"
2+
.TH JUST "1" "December 2023" "just 1.18.0" "Just Manual"
33
.SH NAME
44
just \- save and run commands
55
.SH DESCRIPTION
6-
just 1.17.0
6+
just 1.18.0
77
\- Please see https://github.com/casey/just for more information.
88
.SS "USAGE:"
99
.IP
@@ -14,13 +14,12 @@ just [FLAGS] [OPTIONS] [\-\-] [ARGUMENTS]...
1414
Print changelog
1515
.TP
1616
\fB\-\-check\fR
17-
Run `\-\-fmt` in 'check' mode. Exits with 0 if justfile is formatted
18-
correctly. Exits with 1 and prints a diff if formatting is required.
17+
Run `\-\-fmt` in 'check' mode. Exits with 0 if justfile is formatted correctly. Exits with 1
18+
and prints a diff if formatting is required.
1919
.TP
2020
\fB\-\-choose\fR
21-
Select one or more recipes to run using a binary chooser. If `\-\-chooser` is
22-
not passed the chooser defaults to the value of $JUST_CHOOSER, falling back
23-
to `fzf`
21+
Select one or more recipes to run using a binary chooser. If `\-\-chooser` is not passed the
22+
chooser defaults to the value of $JUST_CHOOSER, falling back to `fzf`
2423
.TP
2524
\fB\-\-clear\-shell\-args\fR
2625
Clear shell arguments
@@ -32,12 +31,11 @@ Print what just would do without doing it
3231
Print justfile
3332
.TP
3433
\fB\-e\fR, \fB\-\-edit\fR
35-
Edit justfile with editor given by $VISUAL or $EDITOR, falling back to
36-
`vim`
34+
Edit justfile with editor given by $VISUAL or $EDITOR, falling back to `vim`
3735
.TP
3836
\fB\-\-evaluate\fR
39-
Evaluate and print all variables. If a variable name is given as an
40-
argument, only print that variable's value.
37+
Evaluate and print all variables. If a variable name is given as an argument, only print
38+
that variable's value.
4139
.TP
4240
\fB\-\-fmt\fR
4341
Format and overwrite justfile
@@ -102,20 +100,16 @@ Run an arbitrary command with the working directory, `.env`, overrides, and expo
102100
.HP
103101
\fB\-\-command\-color\fR <COMMAND\-COLOR>
104102
.IP
105-
Echo recipe lines in <COMMAND\-COLOR> [possible values: black, blue, cyan, green, purple, red,
106-
yellow]
103+
Echo recipe lines in <COMMAND\-COLOR> [possible values: black, blue, cyan, green, purple, red, yellow]
107104
.HP
108105
\fB\-\-completions\fR <SHELL>
109106
.IP
110-
Print shell completion script for <SHELL> [possible values: zsh, bash, fish, powershell,
111-
elvish]
112-
.HP
107+
Print shell completion script for <SHELL> [possible values: zsh, bash, fish, powershell, elvish]
108+
.TP
113109
\fB\-\-dotenv\-filename\fR <DOTENV\-FILENAME>
114-
.IP
115110
Search for environment file named <DOTENV\-FILENAME> instead of `.env`
116-
.HP
111+
.TP
117112
\fB\-\-dotenv\-path\fR <DOTENV\-PATH>
118-
.IP
119113
Load environment file at <DOTENV\-PATH> instead of searching for one
120114
.HP
121115
\fB\-\-dump\-format\fR <FORMAT>

0 commit comments

Comments
 (0)