Skip to content

Commit

Permalink
Bump version to 0.12.1 and prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jul 19, 2012
1 parent 58f4c01 commit f152888
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
= 0.12.1
* Deprecation warning (instead of fail fast) if neither Test::Unit nor MiniTest is loaded. Fixes #88.
* Remove deprecated access to `Mocha::Standalone`.
* Remove the deprecated file `stubba.rb`.
* Officially support test-unit v2.5.1 (still monkey-patching).
* Improve the API acceptance test.

= 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).
Expand Down
2 changes: 1 addition & 1 deletion lib/mocha/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mocha
VERSION = "0.12.0"
VERSION = "0.12.1"
end

0 comments on commit f152888

Please sign in to comment.