Release 0.11.2 (#1105)
- Bump version: 0.11.1 → 0.11.2 - Update changelog - Update dependencies - Update man page
This commit is contained in:
parent
57d47fe59a
commit
90e0fccb5d
@ -1,6 +1,13 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
[0.11.2](https://github.com/casey/just/releases/tag/0.11.2) - 2022-2-15
|
||||||
|
-----------------------------------------------------------------------
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
- Fix dotenv-load documentation (#1104)
|
||||||
|
- Fixup broken release package script (#1100)
|
||||||
|
|
||||||
[0.11.1](https://github.com/casey/just/releases/tag/0.11.1) - 2022-2-14
|
[0.11.1](https://github.com/casey/just/releases/tag/0.11.1) - 2022-2-14
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
|
|
||||||
|
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -227,7 +227,7 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.11.1"
|
version = "0.11.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"atty",
|
"atty",
|
||||||
@ -274,9 +274,9 @@ checksum = "441225017b106b9f902e97947a6d31e44ebcf274b91bdbfb51e5c477fcd468e5"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.117"
|
version = "0.2.118"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"
|
checksum = "06e509672465a0504304aa87f9f176f2b2b716ed8fb105ebe5c02dc6dce96a94"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "linked-hash-map"
|
name = "linked-hash-map"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "0.11.1"
|
version = "0.11.2"
|
||||||
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"
|
||||||
|
15
man/just.1
15
man/just.1
@ -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" "February 2022" "just 0.11.1" "Just Manual"
|
.TH JUST "1" "February 2022" "just 0.11.2" "Just Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
just \- save and run commands
|
just \- save and run commands
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
just 0.11.1
|
just 0.11.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
|
||||||
@ -14,12 +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 correctly. Exits with
|
Run `\-\-fmt` in 'check' mode. Exits with 0 if justfile is formatted correctly. Exits with 1
|
||||||
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 not passed the
|
Select one or more recipes to run using a binary. If `\-\-chooser` is not passed the chooser
|
||||||
chooser defaults to the value of $JUST_CHOOSER, falling back to `fzf`
|
defaults to the value of $JUST_CHOOSER, falling back to `fzf`
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-clear\-shell\-args\fR
|
\fB\-\-clear\-shell\-args\fR
|
||||||
Clear shell arguments
|
Clear shell arguments
|
||||||
@ -98,9 +98,8 @@ Run an arbitrary command with the working directory, `.env`, overrides, and expo
|
|||||||
\fB\-\-completions\fR <SHELL>
|
\fB\-\-completions\fR <SHELL>
|
||||||
.IP
|
.IP
|
||||||
Print shell completion script for <SHELL> [possible values: zsh, bash, fish, powershell, elvish]
|
Print shell completion script for <SHELL> [possible values: zsh, bash, fish, powershell, elvish]
|
||||||
.HP
|
.TP
|
||||||
\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`
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-dotenv\-path\fR <DOTENV\-PATH>
|
\fB\-\-dotenv\-path\fR <DOTENV\-PATH>
|
||||||
|
Loading…
Reference in New Issue
Block a user