File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 3.0.0-rc.2
4+
5+ ### External changes
6+
7+ * Fix compatibility with Ruby 3.5 (#755 ) - thanks to @Earlopain
8+ * Add missing quotes to docs for ` Mocha::ParameterMatchers::Methods#equivalent_uri ` (#757 ) - thanks to @bensherman
9+ * Increment assertion count on never expected invocation (#763 & #764 )
10+
11+ ### Internal changes
12+
13+ * Remove workaround for JRuby jar-dependencies issue (#737 )
14+ * Add benchmark to ` Gemfile ` to fix warning (#733 & #740 ) - thanks to @nitishr
15+ * Add documentation coverage check (#707 , #743 & #745 ) - thanks to @nitishr
16+ * Fix ` Lint/LiteralAsCondition ` violation (#746 ) - thanks to @nitishr
17+ * Fix rdoc-related warning when running doc rake task (#741 & #747 )
18+ * Fail fast in CI builds on any Ruby warnings (#729 & #741 ) - thanks to @nitishr
19+ * Add ` ObjectMethods#stubba_respond_to? ` and use instead of ` Object#respond_to? ` (#713 , #742 & #750 ) - thanks to @nitishr
20+ * Rename ` #stubbee ` -> ` #stubba_object ` and ` #mock_owner ` -> ` #stubbee ` (#463 & #751 ) - thanks to @nitishr
21+ * Fix ` enable-frozen-string-literal ` in CI build (#752 ) - thanks to @nitishr
22+ * Various rubocop fixed (#754 & #756 )
23+ * Fix ` Layout/EmptyLinesAfterModuleInclusion ` violations (3f683220)
24+ * Auto-correct ` Style/RedundantParentheses ` violations (0277a592)
25+ * Automatically retry failed CI builds (9bbdbc66)
26+
327## 3.0.0-rc.1
428
529### External changes
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Mocha
4- VERSION = '3.0.0-rc.1 '
4+ VERSION = '3.0.0-rc.2 '
55end
You can’t perform that action at this time.
0 commit comments