diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3d1f5..445ac2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ Changelog ========= -[v0.7.0] - 20207-16] +[v0.7.1] - 2020-7-19 +-------------------- + +### Fixed +- Search for `.env` file from working directory (#661) + +### Misc +- Move link-time optimization config into `Cargo.toml` (#658) + + +[v0.7.0] - 2020-7-16 -------------------- ### Breaking diff --git a/Cargo.lock b/Cargo.lock index 5b15388..b1bb7b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "just" -version = "0.7.0" +version = "0.7.1" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ce39dc1..9c5c037 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.7.0" +version = "0.7.1" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/man/just.1 b/man/just.1 index d73a87d..a22d638 100644 --- a/man/just.1 +++ b/man/just.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. -.TH JUST "1" "July 2020" "just 0.7.0" "Just Manual" +.TH JUST "1" "July 2020" "just 0.7.1" "Just Manual" .SH NAME just \- save and run commands .SH DESCRIPTION -just 0.7.0 +just 0.7.1 \- Please see https://github.com/casey/just for more information. .SS "USAGE:" .IP diff --git a/src/config.rs b/src/config.rs index bd6bd5c..756e9ce 100644 --- a/src/config.rs +++ b/src/config.rs @@ -685,7 +685,7 @@ mod tests { // have proper tests for all the flags, but this will do for now. #[test] fn help() { - const EXPECTED_HELP: &str = "just v0.7.0 + const EXPECTED_HELP: &str = "just v0.7.1 Casey Rodarmor 🤖 Just a command runner \ - https://github.com/casey/just