Skip to content

Commit

Permalink
prep for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 10, 2010
1 parent 8669852 commit f532c20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions History.markdown
@@ -1,8 +1,8 @@
## rspec-expectations release history (incomplete) ## rspec-expectations release history (incomplete)


### 2.0.0 / in development ### 2.0.0 / 2010-10-10


[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.rc...master) [full changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.rc...v2.0.0)


* Enhancements * Enhancements
* Add match_for_should_not method to matcher DSL (Myron Marston) * Add match_for_should_not method to matcher DSL (Myron Marston)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/expectations/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc: module RSpec # :nodoc:
module Expectations # :nodoc: module Expectations # :nodoc:
module Version # :nodoc: module Version # :nodoc:
STRING = '2.0.0.rc' STRING = '2.0.0'
end end
end end
end end

0 comments on commit f532c20

Please sign in to comment.