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:
Casey Rodarmor 2022-02-28 02:03:28 -08:00 committed by GitHub
parent 3118ce7211
commit fe33db9568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 4 deletions

View File

@ -1,6 +1,17 @@
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
---------------------------------------------------------------------

2
Cargo.lock generated
View File

@ -233,7 +233,7 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]]
name = "just"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"ansi_term",
"atty",

View File

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

View File

@ -1,9 +1,9 @@
.\" 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
just \- save and run commands
.SH DESCRIPTION
just 1.0.0
just 1.0.1
\- Please see https://github.com/casey/just for more information.
.SS "USAGE:"
.IP