Skip to content

Commit

Permalink
Bump version to 2.7.1 & prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Dec 9, 2024
1 parent 4d4a027 commit d6ba8b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## 2.7.1

### External changes

* Deprecate `Configuration#stubbing_method_on_nil=` (#694)
* Indicate when parameter matcher logic is defined by block passed to `Expectation#with` (#698, b30e4434)
* Improve documentation for `Expectation#with`, especially when it is passed a block (#698, #682, #606 & #681)

## 2.7.0

### External changes
Expand Down
2 changes: 1 addition & 1 deletion lib/mocha/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mocha
VERSION = '2.7.0'.freeze
VERSION = '2.7.1'.freeze
end

0 comments on commit d6ba8b9

Please sign in to comment.