diff --git a/History.txt b/History.txt index 198fe36..04aba12 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,16 @@ +=== 4.3.0 / 2010-03-27 + +* 1 minor enhancement: + + * Added gemcutter rubyforge and hoe to the_usual setup + +* 4 bug fixes: + + * 1.9 compat: don't use putc anymore. (fistfvck (hah!)) + * Added note that included articles are out of date + * Fixed rcov plugin so multiple all_good hooks can coexist + * Fixed typo in doco + === 4.2.1 / 2009-12-09 * 1 minor enhancement: diff --git a/lib/zentest.rb b/lib/zentest.rb index f00f8d4..c7e4250 100644 --- a/lib/zentest.rb +++ b/lib/zentest.rb @@ -53,7 +53,7 @@ def zentest class ZenTest - VERSION = '4.2.1' + VERSION = '4.3.0' include ZenTestMapping