Skip to content

Commit 2768f1e

Browse files
committed
1.0.0-beta.7 release (previous 1.0.0-beta.6) + release notes updated [ci skip]
1 parent b93539e commit 2768f1e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/release-notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
22

3+
#### 1.0.0-beta.7
4+
- 2018-10-25 - [8 commits](https://github.com/mockito/mockito-scala/compare/v1.0.0-beta.6...v1.0.0-beta.7) by [Bruno Bonanno](https://github.com/bbonanno) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.0.0-beta.7-green.svg)](https://bintray.com/mockito/maven/mockito-scala/1.0.0-beta.7)
5+
- Add scalactic explicit dependency, make use of Equality by default on eqTo [(#51)](https://github.com/mockito/mockito-scala/pull/51)
6+
37
#### 1.0.0-beta.6
48
- 2018-10-24 - [4 commits](https://github.com/mockito/mockito-scala/compare/v1.0.0-beta.5...v1.0.0-beta.6) by [Bruno Bonanno](https://github.com/bbonanno) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.0.0-beta.6-green.svg)](https://bintray.com/mockito/maven/mockito-scala/1.0.0-beta.6)
59
- Add >, >=, < & <= numeric matchers [(#50)](https://github.com/mockito/mockito-scala/pull/50)

version.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Version of the produced binaries. This file is intended to be checked-in.
22
#It will be automatically bumped by release automation.
3-
version=1.0.0-beta.7
4-
previousVersion=1.0.0-beta.6
3+
version=1.0.0-beta.8
4+
previousVersion=1.0.0-beta.7

0 commit comments

Comments
 (0)