From 2f192ebffa8f8f8d1a5882e74188d6f67b295950 Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Fri, 30 Dec 2011 14:13:41 -0600 Subject: [PATCH] Bats 0.1.0 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 432b1fc..f49c097 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Bats. For example, to install Bats into `/usr/local`, Note that you may need to run `install.sh` with `sudo` if you do not have permission to write to the installation prefix. -## Contributing +## Development The Bats source code repository is [hosted on GitHub](https://github.com/sstephenson/bats). There you can file bugs @@ -145,6 +145,12 @@ See the [Bats test suite](https://github.com/sstephenson/bats/tree/master/test) for examples. +### Version history + +*0.1.0* (December 30, 2011) + +* Initial public release. + --- © 2011 Sam Stephenson. Bats is released under an MIT-style license;