Skip to content

Commit

Permalink
3.5.11 release (previous 3.5.10) + release notes updated by CI build …
Browse files Browse the repository at this point in the history
…4792

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

#### 3.5.11
- 2020-09-17 - [2 commits](https://github.com/mockito/mockito/compare/v3.5.10...v3.5.11) by [Rafael Winterhalter](https://github.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.11-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.11)
- Do not exclude synthetic constructors from instrumentation. Fixes #2040. [(#2046)](https://github.com/mockito/mockito/pull/2046)
- Mockito.spy(Activity).getBaseContext() returns null on Robolectric 4.4 and Java8 [(#2040)](https://github.com/mockito/mockito/issues/2040)

#### 3.5.10
- 2020-09-03 - [2 commits](https://github.com/mockito/mockito/compare/v3.5.9...v3.5.10) by [Rafael Winterhalter](https://github.com/raphw) - published to [![Bintray](https://img.shields.io/badge/Bintray-3.5.10-green.svg)](https://bintray.com/mockito/maven/mockito/3.5.10)
- Escape mock during method dispatch on mock to avoid premature garbage collection. [(#2034)](https://github.com/mockito/mockito/pull/2034)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
@@ -1,5 +1,5 @@
# Currently building Mockito version
version=3.5.11
version=3.5.12

# Previous version used to generate release notes delta
previousVersion=3.5.10
previousVersion=3.5.11

0 comments on commit 5a664cf

Please sign in to comment.