From 45b99aac94b736f03203f51223e2bbaf1589a313 Mon Sep 17 00:00:00 2001 From: James Mead Date: Wed, 23 Oct 2024 10:42:04 +0100 Subject: [PATCH] Bump version to 2.5.0 & prepare for release --- RELEASE.md | 13 +++++++++++++ lib/mocha/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 0a1ee72e..9ab91651 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,18 @@ # Release Notes +## 2.5.0 + +### External changes + +* Add metadata to gem specification, including `changelog_uri` (#608, eb1b8ea2) - thanks to @mattbrictson +* Fix warnings in Ruby v3.4 (#672, #669) - thanks to @radville for reporting +* Add warnings & notes about regressions, known issues, etc to release notes (#675, #676 & #677) - thanks to @davidstosik + +### Internal changes + +* Fix `jaro_winkler` compilation errors on MacOS (5c7d14cb) +* Fix typos in `IncludesTest` test names (6fb5a5a6) + ## 2.4.5 ### External changes diff --git a/lib/mocha/version.rb b/lib/mocha/version.rb index 49199a8c..0ac19e54 100644 --- a/lib/mocha/version.rb +++ b/lib/mocha/version.rb @@ -1,3 +1,3 @@ module Mocha - VERSION = '2.4.5'.freeze + VERSION = '2.5.0'.freeze end