Skip to content

Commit b381e40

Browse files
Prepare for release
Added release notes and updated release notes badge.
1 parent 51c1e86 commit b381e40

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
22
[![Build Status](https://travis-ci.com/HenryssonDaniel/teacup-java-core.svg?branch=master)](https://travis-ci.com/HenryssonDaniel/teacup-java-core)
33
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=HenryssonDaniel_teacup-java-core&metric=coverage)](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-core)
4-
[![latest release](https://img.shields.io/badge/release%20notes-1.1.4-yellow.svg)](https://github.com/HenryssonDaniel/teacup-java-core/blob/master/doc/release-notes/official.md)
4+
[![latest release](https://img.shields.io/badge/release%20notes-1.2.0-yellow.svg)](https://github.com/HenryssonDaniel/teacup-java-core/blob/master/doc/release-notes/official.md)
55
[![Maven Central](https://img.shields.io/maven-central/v/io.github.henryssondaniel.teacup/core.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup%22%20AND%20a%3A%22core%22)
66
[![Javadocs](https://www.javadoc.io/badge/io.github.henryssondaniel.teacup/core.svg)](https://www.javadoc.io/doc/io.github.henryssondaniel.teacup/core)
77
## What ##

doc/release-notes/official.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#### 1.2.0
2+
- 2019-11-17
3+
- Builds with Java 13
4+
- Executor, Fixture and Setup is moved to the protocol repository
5+
- Node, NodeBuilder and Server is moved to the engine repository
6+
- containsOnlyElementsOf is removed from assertion
7+
- Use AssertJ version 3.14.0, stepped from 3.12.2
8+
- Use Gradle version 6.0, stepped from 5.6.2
9+
- Use JUnit version 5.6.0-M1, stepped from 5.5.2
10+
- Use SonarQube plugin version 2.8, stepped from 2.7.1
111
#### 1.1.4
212
- 2019-10-06
313
- Use Gradle version 5.6.2, stepped from 5.6

0 commit comments

Comments
 (0)