diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd083e..9be0a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 --------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 4e5e67a..a56cd4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,7 +233,7 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" [[package]] name = "just" -version = "1.0.0" +version = "1.0.1" dependencies = [ "ansi_term", "atty", diff --git a/Cargo.toml b/Cargo.toml index 2596c24..0bb86b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "1.0.0" +version = "1.0.1" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/man/just.1 b/man/just.1 index 69e7ff5..955fc02 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" "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