From 4240ee8e0eeddc67114cb8b4a2f8379a9c4aeb2f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 27 Sep 2017 09:46:43 -0600 Subject: [PATCH] Release 0.5.2 - Show stdout/stderr on exit code failures - Show expected/got strings for output assertions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbc3aa7..56b620a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assert_cli" -version = "0.5.1" +version = "0.5.2" description = "Test CLI Applications." authors = ["Pascal Hertleif "] license = "MIT OR Apache-2.0"