We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f7200 commit 5731629Copy full SHA for 5731629
Changelog.md
@@ -1,5 +1,10 @@
1
-### Development
2
-[full changelog](http://github.com/rspec/rspec-collection_matchers/compare/v0.0.2...master)
+### 0.0.3 / 2014-02-16
+
3
+[full changelog](http://github.com/rspec/rspec-collection_matchers/compare/v0.0.2...v0.0.3)
4
5
+Enhancements:
6
7
+* Update to latest RSpec 3 matcher API. (Myron Marston)
8
9
Bug Fixes:
10
lib/rspec/collection_matchers/version.rb
@@ -1,5 +1,5 @@
module RSpec
module CollectionMatchers
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
end
0 commit comments