diff --git a/CHANGELOG.md b/CHANGELOG.md index dabc257..8bdbeb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Changelog ========= +[v0.5.7] - 2020-1-28 +-------------------- + +## Misc +- Don't include directories in release archive (#583) + + [v0.5.6] - 2020-1-28 -------------------- diff --git a/Cargo.lock b/Cargo.lock index 59757bc..bdd64c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,7 @@ dependencies = [ [[package]] name = "just" -version = "0.5.6" +version = "0.5.7" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index eb723d4..73f6761 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.5.6" +version = "0.5.7" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/man/just.1 b/man/just.1 index 1f5eada..cb1e8d0 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.11. -.TH JUST "1" "January 2020" "just 0.5.6" "JUST MANUAL" +.TH JUST "1" "January 2020" "just 0.5.7" "JUST MANUAL" .SH NAME just \- save and run commands .SH DESCRIPTION -just 0.5.6 +just 0.5.7 \- Please see https://github.com/casey/just for more information. .SS "USAGE:" .IP diff --git a/src/config.rs b/src/config.rs index 333a668..4de3c3e 100644 --- a/src/config.rs +++ b/src/config.rs @@ -647,7 +647,7 @@ mod tests { // proper tests for all the flags, but this will do for now. #[test] fn help() { - const EXPECTED_HELP: &str = "just v0.5.6 + const EXPECTED_HELP: &str = "just v0.5.7 Casey Rodarmor 🤖 Just a command runner - https://github.com/casey/just