From 2e2477881bc52791f7bc0321599064b9daf7c6bf Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Mon, 28 Oct 2013 14:58:32 -0500 Subject: [PATCH] Bats 0.3.1 --- README.md | 7 +++++++ libexec/bats | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f581169..1edd741 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,13 @@ on the wiki. ### Version history +*0.3.1* (October 28, 2013) + +* Fixed an incompatibility with the pretty formatter in certain + environments such as tmux. +* Fixed a bug where the pretty formatter would crash if the first line + of a test file's output was invalid TAP. + *0.3.0* (October 21, 2013) * Improved formatting for tests run from a terminal. Failing tests diff --git a/libexec/bats b/libexec/bats index f8ba66c..cf3fb62 100755 --- a/libexec/bats +++ b/libexec/bats @@ -2,7 +2,7 @@ set -e version() { - echo "Bats 0.3.0" + echo "Bats 0.3.1" } usage() {