File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Mocha
4- VERSION = '3.0.1 '
4+ VERSION = '3.0.2 '
55end
You can’t perform that action at this time.
0 commit comments