Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version and prepare for release.
  • Loading branch information
floehopper committed Jul 4, 2012
1 parent 5a5275a commit 22dbb3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE.rdoc
@@ -1,3 +1,11 @@
= 0.12.0
* Fail fast if neither Test::Unit nor MiniTest is loaded. Fixes #40.
* Officially support MiniTest up to v3.2.0 (still monkey-patching).
* Officially support test-unit v2.5.0 (still monkey-patching).
* Do not monkey-patch Test::Unit or MiniTest unless we *know* it's ok.
* Add acceptance tests to demonstrate using a block as a custom parameter matcher.
* Update Travis CI build status image to use the new build under the freerange account.

= 0.11.4
* Homepage has moved to http://gofreerange.com/mocha/docs.

Expand Down
2 changes: 1 addition & 1 deletion lib/mocha/version.rb
@@ -1,3 +1,3 @@
module Mocha
VERSION = "0.11.4"
VERSION = "0.12.0"
end

0 comments on commit 22dbb3b

Please sign in to comment.