diff --git a/CHANGELOG.md b/CHANGELOG.md index a63d947..e347854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ 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 ----------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index ee3f390..1990b5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" [[package]] name = "just" -version = "0.10.6" +version = "0.10.7" dependencies = [ "ansi_term", "atty", diff --git a/Cargo.toml b/Cargo.toml index 4e45201..9df9e94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.10.6" +version = "0.10.7" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/man/just.1 b/man/just.1 index d4de6bd..9e3aca9 100644 --- a/man/just.1 +++ b/man/just.1 @@ -1,9 +1,9 @@ .\" 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 just \- save and run commands .SH DESCRIPTION -just 0.10.6 +just 0.10.7 \- Please see https://github.com/casey/just for more information. .SS "USAGE:" .IP @@ -14,13 +14,12 @@ just [FLAGS] [OPTIONS] [\-\-] [ARGUMENTS]... Print changelog .TP \fB\-\-check\fR -Run `\-\-fmt` in 'check' mode. Exits with 0 if justfile is formatted -correctly. Exits with 1 and prints a diff if formatting is required. +Run `\-\-fmt` in 'check' mode. Exits with 0 if justfile is formatted correctly. Exits with 1 +and prints a diff if formatting is required. .TP \fB\-\-choose\fR -Select one or more recipes to run using a binary. If `\-\-chooser` is -not passed the chooser defaults to the value of $JUST_CHOOSER, -falling back to `fzf` +Select one or more recipes to run using a binary. If `\-\-chooser` is not passed the chooser +defaults to the value of $JUST_CHOOSER, falling back to `fzf` .TP \fB\-\-clear\-shell\-args\fR Clear shell arguments @@ -32,12 +31,11 @@ Print what just would do without doing it Print justfile .TP \fB\-e\fR, \fB\-\-edit\fR -Edit justfile with editor given by $VISUAL or $EDITOR, falling back -to `vim` +Edit justfile with editor given by $VISUAL or $EDITOR, falling back to `vim` .TP \fB\-\-evaluate\fR -Evaluate and print all variables. If a variable name is given as an -argument, only print that variable's value. +Evaluate and print all variables. If a variable name is given as an argument, only print +that variable's value. .TP \fB\-\-fmt\fR Format and overwrite justfile @@ -61,8 +59,7 @@ Don't highlight echoed recipe lines in bold Suppress all output .TP \fB\-\-shell\-command\fR -Invoke with the shell used to run recipe lines and -backticks +Invoke with the shell used to run recipe lines and backticks .TP \fB\-\-summary\fR List names of available recipes @@ -100,15 +97,12 @@ Run an arbitrary command with the working directory, `.env`, overrides, and expo .HP \fB\-\-completions\fR .IP -Print shell completion script for [possible values: zsh, bash, fish, -powershell, elvish] -.HP +Print shell completion script for [possible values: zsh, bash, fish, powershell, elvish] +.TP \fB\-\-dotenv\-filename\fR -.IP Search for environment file named instead of `.env` -.HP +.TP \fB\-\-dotenv\-path\fR -.IP Load environment file at instead of searching for one .HP \fB\-\-dump\-format\fR @@ -143,5 +137,4 @@ Use as working directory. \fB\-\-justfile\fR must also be s .SS "ARGS:" .TP ... -Overrides and recipe(s) to run, defaulting to the first recipe in the -justfile +Overrides and recipe(s) to run, defaulting to the first recipe in the justfile