Release 1.0.1 (#1123)
- Bump version: 1.0.0 → 1.0.1 - Update changelog - Update dependencies - Update man page
This commit is contained in:
parent
3118ce7211
commit
fe33db9568
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
[1.0.1](https://github.com/casey/just/releases/tag/1.0.1) - 2022-2-28
|
||||||
|
---------------------------------------------------------------------
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Make path_exists() relative to current directory (#1122)
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
- Detail environment variable usage in readme (#1086)
|
||||||
|
- Format --init justfile (#1116)
|
||||||
|
- Add hint for Node.js script compatibility (#1113)
|
||||||
|
|
||||||
[1.0.0](https://github.com/casey/just/releases/tag/1.0.0) - 2022-2-22
|
[1.0.0](https://github.com/casey/just/releases/tag/1.0.0) - 2022-2-22
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -233,7 +233,7 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"atty",
|
"atty",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "just"
|
name = "just"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
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"
|
||||||
|
@ -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 1.0.0" "Just Manual"
|
.TH JUST "1" "February 2022" "just 1.0.1" "Just Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
just \- save and run commands
|
just \- save and run commands
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
just 1.0.0
|
just 1.0.1
|
||||||
\- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user