Skip to content

Commit

Permalink
Bump version to 2.6.0 & prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Nov 24, 2024
1 parent 59e0ab1 commit 5448b23
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.6.0

### External changes

* Expectation with never cardinality should display deprecation warning (#681) - thanks to @ducmtran for reporting and testing

### Internal changes

* Simplify backtrace related assertions (#680)
* Remove unused `ExpectationList#match_but_out_of_order` (f2fa9919)

## 2.5.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.5.0'.freeze
VERSION = '2.6.0'.freeze
end

0 comments on commit 5448b23

Please sign in to comment.