Skip to content

Commit

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

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

#### 2.25.1
- 2019-03-15 - [5 commits](https://github.com/mockito/mockito/compare/v2.25.0...v2.25.1) by [Tim van der Lippe](https://github.com/TimvdLippe) (4), Jason Brown (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.25.1-green.svg)](https://bintray.com/mockito/maven/mockito/2.25.1)
- Fix typo [(#1660)](https://github.com/mockito/mockito/pull/1660)
- Add back getArgument(int, Class) to circumvent compilation issues [(#1646)](https://github.com/mockito/mockito/pull/1646)
- Add back InvocationOnMock.getArgument<T>(int, Class<T>) [(#1609)](https://github.com/mockito/mockito/issues/1609)

#### 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)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
@@ -1,8 +1,8 @@
#Currently building Mockito version
version=2.25.1
version=2.25.2

#Previous version used to generate release notes delta
previousVersion=2.25.0
previousVersion=2.25.1

#Not published currently, see https://github.com/mockito/mockito/issues/962
mockito.testng.version=1.0

0 comments on commit a323b81

Please sign in to comment.