From 19f986d495ee34d8ecceaaaf8aa3dd92abb394aa Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 28 Oct 2020 00:04:53 -0700 Subject: [PATCH] Release v0.8.3 (#718) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump version: 0.8.2 → 0.8.3 - Update changelog - Update config test --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- src/config.rs | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3ed3e..695e434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +[v0.8.3] - 2020-10-27 +--------------------- + +### Added +- Allow ignoring line endings inside delimiters (#717) + + [v0.8.2] - 2020-10-26 --------------------- diff --git a/Cargo.lock b/Cargo.lock index eb2ef3a..efeb716 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -182,7 +182,7 @@ checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" [[package]] name = "just" -version = "0.8.2" +version = "0.8.3" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/Cargo.toml b/Cargo.toml index a3d5359..47df3e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "just" -version = "0.8.2" +version = "0.8.3" description = "🤖 Just a command runner" authors = ["Casey Rodarmor "] license = "CC0-1.0" diff --git a/src/config.rs b/src/config.rs index 346f461..3b99772 100644 --- a/src/config.rs +++ b/src/config.rs @@ -809,7 +809,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.8.2 + const EXPECTED_HELP: &str = "just v0.8.3 Casey Rodarmor 🤖 Just a command runner \ - https://github.com/casey/just