From 320e2027a152e3c7db22ad78f974a0709a9f9aee Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 11 Dec 2019 17:22:46 -0800 Subject: [PATCH] Release v0.5.3 (#563) - Bump version: v0.5.2 -> v0.5.3 - Update changelog --- CHANGELOG.md | 11 ++++++++++- Cargo.toml | 2 +- man/just.1 | 4 ++-- src/config.rs | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be119c7..b5eec64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,18 @@ Changelog ========= -[v0.5.2] - 2019-12-7 +[v0.5.3] - 2019-12-11 --------------------- +## Misc +- Assert that lexer advances over entire input (#560) +- Fix typo: `chracter` -> `character` (#561) +- Improve pre-publish check (#562) + + +[v0.5.2] - 2019-12-7 +-------------------- + ## Added - Add flags to set and clear shell arguments (#551) - Allow passing arguments to dependencies (#555) diff --git a/Cargo.toml b/Cargo.toml index cdbc98b..d211059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.5.2" +version = "0.5.3" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/man/just.1 b/man/just.1 index 016257a..76276d8 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.2" "JUST MANUAL" +.TH JUST "1" "December 2019" "just 0.5.3" "JUST MANUAL" .SH NAME just \- save and run commands .SH DESCRIPTION -just 0.5.2 +just 0.5.3 \- Please see https://github.com/casey/just for more information. .SS "USAGE:" .IP diff --git a/src/config.rs b/src/config.rs index f302604..6572d8e 100644 --- a/src/config.rs +++ b/src/config.rs @@ -624,7 +624,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.2 + const EXPECTED_HELP: &str = "just v0.5.3 Casey Rodarmor 🤖 Just a command runner - https://github.com/casey/just