Skip to content

Commit 85c5e8d

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

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

RELEASE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

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)