Skip to content

Commit

Permalink
bump to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 5, 2012
1 parent 70aaf1c commit 112b430
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog.md
@@ -1,3 +1,13 @@
### 2.10.1 / 2012-05-05
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.10.0...v2.10.1)

Bug fixes

* fix regression of edge case behavior
(https://github.com/rspec/rspec-mocks/issues/132)
* fixed failure of `object.should_receive(:message).at_least(0).times.and_return value`
* fixed failure of `object.should_not_receive(:message).and_return value`

### 2.10.0 / 2012-05-03
[full changelog](http://github.com/rspec/rspec-mocks/compare/v2.9.0...v2.10.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/mocks/version.rb
@@ -1,7 +1,7 @@
module RSpec
module Mocks
module Version
STRING = '2.10.0'
STRING = '2.10.1'
end
end
end

0 comments on commit 112b430

Please sign in to comment.