Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed Aug 13, 2012
1 parent d43f8db commit e3f5421
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 0.1.2 - unreleased
## 0.1.2 - August 13, 2012

+ Allow passing in a Regex to the validate_format_of matcher.
Pull Request [#12](https://github.com/frodsan/mongoid-minitest/pull/12) - *Godfrey Chan*.
+ Allow non-array values for inclusion/exclusion matchers.
Pull Request [#11](https://github.com/frodsan/mongoid-minitest/pull/11) - *Godfrey Chan*.
+ Added as_inverse_of for association matchers.
Pull Request [#10](https://frodsan/mongoid-minitest/pull/10) - *Godfrey Chan*.
+ Allow passing in a Regex to the validate_format_of matcher.
Pull Request [#12](https://github.com/frodsan/mongoid-minitest/pull/12) - *Godfrey Chan*.
+ Allow non-array values for inclusion/exclusion matchers.
Pull Request [#11](https://github.com/frodsan/mongoid-minitest/pull/11) - *Godfrey Chan*.
+ Added as_inverse_of for association matchers.
Pull Request [#10](https://frodsan/mongoid-minitest/pull/10) - *Godfrey Chan*.
+ Use [minitest-matchers](https://github.com/zenspider/minitest-matchers) gem
instead of our matchers implementation - *Francesco Rodriguez*.
+ Bump mongoid version to 3.0.4 - *Francesco Rodriguez*.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MiniTest matchers for Mongoid.
This gem supports:

* Ruby 1.9.3
* Mongoid ~>3.0.2
* Mongoid ~>3.0.4
* MiniTest ~>3.3.0

If you're using Mongoid 2.4.x, you should use [0.0.3.1 version](https://github.com/frodsan/mongoid-minitest/tree/274976e8814cc9bfb3f1c83eba1bed21fa3cf26b).
Expand Down
2 changes: 1 addition & 1 deletion lib/mongoid-minitest/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mongoid
module MiniTest
VERSION = '0.1.1'
VERSION = '0.1.2'
end
end

0 comments on commit e3f5421

Please sign in to comment.