Skip to content

Commit 86db8bf

Browse files
committed
Bump version to 3.0.2 & prepare for release
1 parent 34f3887 commit 86db8bf

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

RELEASE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release Notes
22

3+
## 3.0.2
4+
5+
### External changes
6+
7+
* Fix `NoMethodError` on deprecation warning - broken since v3.0.0 (#790)
8+
9+
### Internal changes
10+
11+
* Update commands in release docs to use `bundle exec` (7692c735)
12+
* Fix `test:performance` rake task for minitest v6 (d925ad27)
13+
* Fix prism gem install on JRuby (683c27b4)
14+
* Add Ruby v4.0-rc to CI build matrix and change weekly build to nightly (#777)
15+
* Add Ruby v4.0 to CI build matrix (6ced2025)
16+
* Add irb to `Gemfile` to fix warning in Ruby v4 (a0fc7798)
17+
* Auto-correct `Style/EmptyClassDefinition` violation (9ba0a09f)
18+
* Ensure every test can run in isolation (be12ef06)
19+
* Rename `run-fail-fast` CircleCI command -> `run-fail-on-warning` (72fc6fe8)
20+
321
## 3.0.1
422

523
### 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.1'
4+
VERSION = '3.0.2'
55
end

0 commit comments

Comments
 (0)