diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0f2cd..281b0fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Changelog ========= +[v0.5.1] - 2019-11-20 +--------------------- + +## Added +- Add `--init` subcommand (#541) + +## Changed +- Avoid fs::canonicalize (#539) + +## Misc +- Mention `set shell` as altenative to installing `sh` (#533) +- Refactor Compilation error to contain a Token (#535) +- Move lexer comment (#536) +- Add missing `--init` test (#543) + [v0.5.0] - 2019-11-12 --------------------- diff --git a/Cargo.lock b/Cargo.lock index 96cfe47..ce91cc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -191,7 +191,7 @@ dependencies = [ [[package]] name = "just" -version = "0.5.0" +version = "0.5.1" 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 51eb7f9..ac1f660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.5.0" +version = "0.5.1" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/src/config.rs b/src/config.rs index c554563..3ca62a9 100644 --- a/src/config.rs +++ b/src/config.rs @@ -586,7 +586,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.0 + const EXPECTED_HELP: &str = "just v0.5.1 Casey Rodarmor 🤖 Just a command runner - https://github.com/casey/just