Release 0.10.7 (#1081)

- Bump version: 0.10.6 → 0.10.7
- Update changelog
- Update man page
This commit is contained in:
Casey Rodarmor 2022-01-30 12:45:42 -08:00 committed by GitHub
parent 57db9fe04d
commit c59e4a9e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 23 deletions

View File

@ -1,6 +1,14 @@
Changelog Changelog
========= =========
[0.10.7](https://github.com/casey/just/releases/tag/0.10.7) - 2022-1-30
-----------------------------------------------------------------------
### Misc
- Don't run tests in release workflow (#1080)
- Fix windows chooser invocation error message test (#1079)
- Remove call to sed in justfile (#1078)
[0.10.6](https://github.com/casey/just/releases/tag/0.10.6) - 2022-1-29 [0.10.6](https://github.com/casey/just/releases/tag/0.10.6) - 2022-1-29
----------------------------------------------------------------------- -----------------------------------------------------------------------

2
Cargo.lock generated
View File

@ -227,7 +227,7 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]] [[package]]
name = "just" name = "just"
version = "0.10.6" version = "0.10.7"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"atty", "atty",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "just" name = "just"
version = "0.10.6" version = "0.10.7"
description = "🤖 Just a command runner" description = "🤖 Just a command runner"
authors = ["Casey Rodarmor <casey@rodarmor.com>"] authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0" license = "CC0-1.0"

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH JUST "1" "January 2022" "just 0.10.6" "Just Manual" .TH JUST "1" "January 2022" "just 0.10.7" "Just Manual"
.SH NAME .SH NAME
just \- save and run commands just \- save and run commands
.SH DESCRIPTION .SH DESCRIPTION
just 0.10.6 just 0.10.7
\- 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
@ -14,13 +14,12 @@ just [FLAGS] [OPTIONS] [\-\-] [ARGUMENTS]...
Print changelog Print changelog
.TP .TP
\fB\-\-check\fR \fB\-\-check\fR
Run `\-\-fmt` in 'check' mode. Exits with 0 if justfile is formatted Run `\-\-fmt` in 'check' mode. Exits with 0 if justfile is formatted correctly. Exits with 1
correctly. Exits with 1 and prints a diff if formatting is required. and prints a diff if formatting is required.
.TP .TP
\fB\-\-choose\fR \fB\-\-choose\fR
Select one or more recipes to run using a binary. If `\-\-chooser` is Select one or more recipes to run using a binary. If `\-\-chooser` is not passed the chooser
not passed the chooser defaults to the value of $JUST_CHOOSER, defaults to the value of $JUST_CHOOSER, falling back to `fzf`
falling back to `fzf`
.TP .TP
\fB\-\-clear\-shell\-args\fR \fB\-\-clear\-shell\-args\fR
Clear shell arguments Clear shell arguments
@ -32,12 +31,11 @@ Print what just would do without doing it
Print justfile Print justfile
.TP .TP
\fB\-e\fR, \fB\-\-edit\fR \fB\-e\fR, \fB\-\-edit\fR
Edit justfile with editor given by $VISUAL or $EDITOR, falling back Edit justfile with editor given by $VISUAL or $EDITOR, falling back to `vim`
to `vim`
.TP .TP
\fB\-\-evaluate\fR \fB\-\-evaluate\fR
Evaluate and print all variables. If a variable name is given as an Evaluate and print all variables. If a variable name is given as an argument, only print
argument, only print that variable's value. that variable's value.
.TP .TP
\fB\-\-fmt\fR \fB\-\-fmt\fR
Format and overwrite justfile Format and overwrite justfile
@ -61,8 +59,7 @@ Don't highlight echoed recipe lines in bold
Suppress all output Suppress all output
.TP .TP
\fB\-\-shell\-command\fR \fB\-\-shell\-command\fR
Invoke <COMMAND> with the shell used to run recipe lines and Invoke <COMMAND> with the shell used to run recipe lines and backticks
backticks
.TP .TP
\fB\-\-summary\fR \fB\-\-summary\fR
List names of available recipes List names of available recipes
@ -100,15 +97,12 @@ Run an arbitrary command with the working directory, `.env`, overrides, and expo
.HP .HP
\fB\-\-completions\fR <SHELL> \fB\-\-completions\fR <SHELL>
.IP .IP
Print shell completion script for <SHELL> [possible values: zsh, bash, fish, Print shell completion script for <SHELL> [possible values: zsh, bash, fish, powershell, elvish]
powershell, elvish] .TP
.HP
\fB\-\-dotenv\-filename\fR <DOTENV\-FILENAME> \fB\-\-dotenv\-filename\fR <DOTENV\-FILENAME>
.IP
Search for environment file named <DOTENV\-FILENAME> instead of `.env` Search for environment file named <DOTENV\-FILENAME> instead of `.env`
.HP .TP
\fB\-\-dotenv\-path\fR <DOTENV\-PATH> \fB\-\-dotenv\-path\fR <DOTENV\-PATH>
.IP
Load environment file at <DOTENV\-PATH> instead of searching for one Load environment file at <DOTENV\-PATH> instead of searching for one
.HP .HP
\fB\-\-dump\-format\fR <FORMAT> \fB\-\-dump\-format\fR <FORMAT>
@ -143,5 +137,4 @@ Use <WORKING\-DIRECTORY> as working directory. \fB\-\-justfile\fR must also be s
.SS "ARGS:" .SS "ARGS:"
.TP .TP
<ARGUMENTS>... <ARGUMENTS>...
Overrides and recipe(s) to run, defaulting to the first recipe in the Overrides and recipe(s) to run, defaulting to the first recipe in the justfile
justfile