Skip to content

Commit

Permalink
Bump version to 2.6.1 & prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Nov 28, 2024
1 parent 0b2923f commit f6ed774
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Release Notes

## 2.6.1

### External changes

* Fix logic for displaying deprecation warning for expectation with never cardinality (#686) - thanks to @davidstosik for reporting

## 2.6.0

### External changes

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

**WARNING: This release results in some incorrect deprecation warnings:**
* The logic for displaying the deprecation warnings is fixed in v2.6.1 (#686).

### Internal changes

* Simplify backtrace related assertions (#680)
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.6.0'.freeze
VERSION = '2.6.1'.freeze
end

0 comments on commit f6ed774

Please sign in to comment.