Skip to content

Commit

Permalink
2.25.0 release (previous 2.24.10) + release notes updated by CI build…
Browse files Browse the repository at this point in the history
… 3956

[ci skip-release]
  • Loading branch information
shipkit-org committed Mar 5, 2019
1 parent a7ee084 commit 70c6fa4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions doc/release-notes/official.md
@@ -1,5 +1,12 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 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)
Expand Down
4 changes: 2 additions & 2 deletions 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

0 comments on commit 70c6fa4

Please sign in to comment.