1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 12:38:26 +02:00

Bats 0.3.1

This commit is contained in:
Sam Stephenson 2013-10-28 14:58:32 -05:00
parent 25505bd143
commit 2e2477881b
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
set -e
version() {
echo "Bats 0.3.0"
echo "Bats 0.3.1"
}
usage() {