Skip to content

Commit

Permalink
2.11.2 release (previous 2.11.1) + release notes updated by CI build …
Browse files Browse the repository at this point in the history
…2999

[ci skip-release]
  • Loading branch information
shipkit-org committed Oct 22, 2017
1 parent a44761d commit e10c540
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions doc/release-notes/official.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

**2.11.2 (2017-10-22)** - [7 commits](https://github.com/mockito/mockito/compare/v2.11.1...v2.11.2) by [Rafael Winterhalter](http://github.com/raphw) (6), [Allon Murienik](https://github.com/mureinik) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.11.2-green.svg)](https://bintray.com/mockito/maven/mockito-development/2.11.2)
- Updated Byte Buddy and ASM dependencies. Fixes #1215. [(#1218)](https://github.com/mockito/mockito/pull/1218)
- Fixes #1183: Make override check more forgiving to accomondate Kotlin compile patterns. [(#1217)](https://github.com/mockito/mockito/pull/1217)
- Adresses #1206: allow opting out from annotation copying within mocks. [(#1216)](https://github.com/mockito/mockito/pull/1216)
- ClassFormatError when trying to mock certain interfaces [(#1215)](https://github.com/mockito/mockito/issues/1215)
- Standardize JUnit imports [(#1213)](https://github.com/mockito/mockito/pull/1213)
- Mockito should not copy annotations in all cases [(#1206)](https://github.com/mockito/mockito/issues/1206)
- UnfinishedVerificationException with Kotlin after updating to 2.9.0 [(#1183)](https://github.com/mockito/mockito/issues/1183)

**2.11.1 (2017-10-20)** - [4 commits](https://github.com/mockito/mockito/compare/v2.11.0...v2.11.1) by [Szczepan Faber](http://github.com/mockitoguy) (2), [Allon Murienik](https://github.com/mureinik) (1), [rberghegger](https://github.com/rberghegger) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-2.11.1-green.svg)](https://bintray.com/mockito/maven/mockito-development/2.11.1)
- Fixes #1211: Improve @deprecated JavaDoc [(#1214)](https://github.com/mockito/mockito/pull/1214)
- improve @deprecated JavaDoc of MockitoDebugger [(#1211)](https://github.com/mockito/mockito/issues/1211)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Currently building Mockito version
version=2.11.2
version=2.11.3

#Previous version used to generate release notes delta
previousVersion=2.11.1
previousVersion=2.11.2

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

0 comments on commit e10c540

Please sign in to comment.