Skip to content

Commit

Permalink
prep for 2.6.0.rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 6, 2011
1 parent 0d05d6c commit 4a02ebc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions features/Changelog.md
@@ -1,3 +1,9 @@
### 2.6.0.rc5 / 2011-05-06

[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.6.0.rc4...v2.6.0.rc5)

No changes this release (releasing to align with rc5 of other rspec gems).

### 2.6.0.rc4 / 2011-05-01 ### 2.6.0.rc4 / 2011-05-01


[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.6.0.rc2...v2.6.0.rc4) [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.6.0.rc2...v2.6.0.rc4)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/mocks/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc: module RSpec # :nodoc:
module Mocks # :nodoc: module Mocks # :nodoc:
module Version # :nodoc: module Version # :nodoc:
STRING = '2.6.0.rc4' STRING = '2.6.0.rc5'
end end
end end
end end

0 comments on commit 4a02ebc

Please sign in to comment.