From e14447030a5f0570d3e1fdd6ade3a18ed39e4e0a Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 25 Dec 2019 07:46:54 -0800 Subject: [PATCH] Release v0.5.4 (#570) - Bump version: 0.5.3 -> 0.5.4 - Update changelog - Update man page - Update config test --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/just.1 | 4 ++-- src/config.rs | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5eec64..631e240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ Changelog ========= +[v0.5.4] - 2019-12-25 +--------------------- + +# Added +- Add `justfile_directory()` and `justfile()` (#569) + +## Misc +- Add table of package managers that include just to readme (#568) +- Remove yaourt AUR helper from readme (#567) +- Fix regression in error message color printing (#566) +- Reform indentation handling (#565) +- Update Cargo.lock with new version (#564) + + [v0.5.3] - 2019-12-11 --------------------- diff --git a/Cargo.lock b/Cargo.lock index 5e59ca4..5232bfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "just" -version = "0.5.3" +version = "0.5.4" 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 d211059..cba3202 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.5.3" +version = "0.5.4" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/man/just.1 b/man/just.1 index 76276d8..cdc1164 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" "December 2019" "just 0.5.3" "JUST MANUAL" +.TH JUST "1" "December 2019" "just 0.5.4" "JUST MANUAL" .SH NAME just \- save and run commands .SH DESCRIPTION -just 0.5.3 +just 0.5.4 \- Please see https://github.com/casey/just for more information. .SS "USAGE:" .IP diff --git a/src/config.rs b/src/config.rs index 7aed229..3510e4a 100644 --- a/src/config.rs +++ b/src/config.rs @@ -622,7 +622,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.3 + const EXPECTED_HELP: &str = "just v0.5.4 Casey Rodarmor 🤖 Just a command runner - https://github.com/casey/just