From 70c6fa4a056e5bf6ce1c464d5e4c5bd6431a2828 Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Tue, 5 Mar 2019 16:31:25 +0000 Subject: [PATCH] 2.25.0 release (previous 2.24.10) + release notes updated by CI build 3956 [ci skip-release] --- doc/release-notes/official.md | 7 +++++++ version.properties | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/official.md b/doc/release-notes/official.md index 752360b3c8..28650fe293 100644 --- a/doc/release-notes/official.md +++ b/doc/release-notes/official.md @@ -1,5 +1,12 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 2.25.0 + - 2019-03-05 - [11 commits](https://github.com/mockito/mockito/compare/v2.24.10...v2.25.0) by [Szczepan Faber](https://github.com/mockitoguy) (10), Garfield Tan (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.25.0-green.svg)](https://bintray.com/mockito/maven/mockito/2.25.0) + - New API to clean up all inline mocks after test [(#1619)](https://github.com/mockito/mockito/pull/1619) + - Memory leak in mockito-inline calling method on mock with at least a mock as parameter [(#1614)](https://github.com/mockito/mockito/issues/1614) + - Cross-references and a single spy cause memory leak [(#1533)](https://github.com/mockito/mockito/issues/1533) + - Nested spies cause memory leaks [(#1532)](https://github.com/mockito/mockito/issues/1532) + #### 2.24.10 - 2019-03-05 - [4 commits](https://github.com/mockito/mockito/compare/v2.24.9...v2.24.10) by [Tim van der Lippe](https://github.com/TimvdLippe) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.24.10-green.svg)](https://bintray.com/mockito/maven/mockito-development/2.24.10) - Prevent NPE in findTypeFromGenericInArguments [(#1648)](https://github.com/mockito/mockito/pull/1648) diff --git a/version.properties b/version.properties index 0a877c4d56..8da4b54eff 100644 --- a/version.properties +++ b/version.properties @@ -1,8 +1,8 @@ #Currently building Mockito version -version=2.25.0 +version=2.25.1 #Previous version used to generate release notes delta -previousVersion=2.24.10 +previousVersion=2.25.0 #Not published currently, see https://github.com/mockito/mockito/issues/962 mockito.testng.version=1.0