Skip to content

Commit

Permalink
Bump version to 2.0.3 & prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jun 10, 2023
1 parent f315237 commit ddef48f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions RELEASE.md
@@ -1,5 +1,31 @@
# Release Notes

## 2.0.3

### External changes

* Fix `BacktraceFilter` to handle special characters (e242033f, #592) - thanks to @casperisfine

### Internal changes

* Add Ruby v3.1 to the CircleCI build (3e460489)
* DRY up `regexp_matches` test (ae9fed4a)
* Fix regexp_matches tests in Ruby v3.2 (26b106a5, #590)
* Use Ruby 1.9 hash syntax (8bc0ad2f, #598, #537) - thanks to @herwinw
* Simplify storage of `MOCHA_OPTIONS` (b70507a1, #600) - thanks to @herwinw
* Pin JRuby to v9.3.9.0 in CircleCI builds (b8e6d064, #591)
* Rubocop: enable Style/FormatStringToken cop (089a688e, #603) - thanks to @herwinw
* Remove Ruby version check from `RespondsLikeTest` (21583129)
* Add Ruby v3.2 to CircleCI build (f7e17636, #601)
* Use Ruby v2.6 vs v2.2 to run lint CI job (af40b7db)
* Pin yard version to v0.9.28 to avoid `ArgumentError` (12f1eef7)
* Revert "Pin JRuby to v9.3.9.0 in CircleCI builds" (4f5bb2f0, #591)
* Remove invalid CircleCI token from badge URL (7078e76a)
* Revert "Pin yard version to v0.9.28 to avoid ArgumentError" (7c6c10c5, #609)
* Remove Google Analytics tracking code (2279c49d, #612)
* Update `MIT-LICENSE.md` (48162b4e)
* Update `COPYING.md` (f3152376)

## 2.0.2

### External changes
Expand Down
2 changes: 1 addition & 1 deletion lib/mocha/version.rb
@@ -1,3 +1,3 @@
module Mocha
VERSION = '2.0.2'.freeze
VERSION = '2.0.3'.freeze
end

0 comments on commit ddef48f

Please sign in to comment.