From d6ba8b9d5f885d37ca5273abe74cb377d6dbb2da Mon Sep 17 00:00:00 2001 From: James Mead Date: Mon, 9 Dec 2024 12:50:57 +0000 Subject: [PATCH] Bump version to 2.7.1 & prepare for release --- RELEASE.md | 8 ++++++++ lib/mocha/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 4672a171..09452ef8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,13 @@ # Release Notes +## 2.7.1 + +### External changes + +* Deprecate `Configuration#stubbing_method_on_nil=` (#694) +* Indicate when parameter matcher logic is defined by block passed to `Expectation#with` (#698, b30e4434) +* Improve documentation for `Expectation#with`, especially when it is passed a block (#698, #682, #606 & #681) + ## 2.7.0 ### External changes diff --git a/lib/mocha/version.rb b/lib/mocha/version.rb index 76a0234f..9fe4a9ce 100644 --- a/lib/mocha/version.rb +++ b/lib/mocha/version.rb @@ -1,3 +1,3 @@ module Mocha - VERSION = '2.7.0'.freeze + VERSION = '2.7.1'.freeze end