Skip to content

Commit

Permalink
Bump version to 2.4.1 & prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jul 16, 2024
1 parent c216167 commit d408ed1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## 2.4.1

### External changes

* Fix regression in matchers when used with keyword arguments (#648, #655) - thanks to @ElvinEfendi for reporting

### Internal changes

* Reduce duplication & consolidate `#to_matcher` method definitions (600ee2aa, e9de64e4, #655)
* Change `#to_matcher` method to use keyword arguments (3b60b7df, #655)

## 2.4.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.4.0'.freeze
VERSION = '2.4.1'.freeze
end

0 comments on commit d408ed1

Please sign in to comment.