Skip to content

Commit ebb1c3e

Browse files
committed
Bump version to 3.0.0-rc.2 & prepare for release
1 parent 217f771 commit ebb1c3e

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

RELEASE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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+
* Remove deprecated `ParameterMatchers::Base` class; include `ParameterMatchers::BaseMethods` module instead (415ae768)
11+
* Remove deprecated `ParameterMatcher` methods now available in `ParameterMatcher::Methods` (8de49979)
12+
* Removed deprecated access to `ParameterMatcher` classes (6ea9e3f5)
13+
14+
### Internal changes
15+
16+
* Remove workaround for JRuby jar-dependencies issue (#737)
17+
* Add benchmark to `Gemfile` to fix warning (#733 & #740) - thanks to @nitishr
18+
* Add documentation coverage check (#707, #743 & #745) - thanks to @nitishr
19+
* Fix `Lint/LiteralAsCondition` violation (#746) - thanks to @nitishr
20+
* Fix rdoc-related warning when running doc rake task (#741 & #747)
21+
* Fail fast in CI builds on any Ruby warnings (#729 & #741) - thanks to @nitishr
22+
* Add `ObjectMethods#stubba_respond_to?` and use instead of `Object#respond_to?` (#713, #742 & #750) - thanks to @nitishr
23+
* Rename `#stubbee` -> `#stubba_object` and `#mock_owner` -> `#stubbee` (#463 & #751) - thanks to @nitishr
24+
* Fix `enable-frozen-string-literal` in CI build (#752) - thanks to @nitishr
25+
* Various rubocop fixed (#754 & #756)
26+
* Fix `Layout/EmptyLinesAfterModuleInclusion` violations (3f683220)
27+
* Auto-correct `Style/RedundantParentheses` violations (0277a592)
28+
* Automatically retry failed CI builds (9bbdbc66)
29+
330
## 3.0.0-rc.1
431

532
### External changes

lib/mocha/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Mocha
4-
VERSION = '3.0.0-rc.1'
4+
VERSION = '3.0.0-rc.2'
55
end

0 commit comments

Comments
 (0)