Skip to content

Commit 12924c6

Browse files
committed
Merge branch 'release/1.2.2'
2 parents 51c19ce + 8736b89 commit 12924c6

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
changelog:
2+
sections:
3+
- title: ":rocket: Enhancements & Features"
4+
labels: [ "Type: enhancement", "Type: documentation", "Type: example" ]
5+
- title: ":bug: Bug Fixes"
6+
labels: [ "Type: bug" ]
7+
- title: ":hammer_and_wrench: Chore"
8+
labels: [ "Type: dependencies", "Type: build", "Type: codacy" ]
9+
issues:
10+
exclude:
11+
labels: [ "Type: question" ]
12+
contributors:
13+
exclude:
14+
names: [ "dependabot[bot]" ]

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Extensions that make working with the JVM BDD testing tool [jgiven](https://jgiven.org) and Kotlin even more fun.
44

5+
[![stable](https://img.shields.io/badge/lifecycle-STABLE-green.svg)](https://github.com/toolisticon#stable)
56
[![Build Status](https://github.com/toolisticon/jgiven-kotlin/workflows/Development%20branches/badge.svg)](https://github.com/toolisticon/jgiven-kotlin/actions)
67
[![sponsored](https://img.shields.io/badge/sponsoredBy-Holisticon-red.svg)](https://holisticon.de/)
78
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.toolisticon.testing/jgiven-kotlin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.toolisticon.testing/jgiven-kotlin)
@@ -13,7 +14,7 @@ Extensions that make working with the JVM BDD testing tool [jgiven](https://jgiv
1314
<dependency>
1415
<groupId>io.toolisticon.testing</groupId>
1516
<artifactId>jgiven-kotlin</artifactId>
16-
<version>1.2.0</version>
17+
<version>1.2.2</version>
1718
<scope>test</scope>
1819
</dependency>
1920

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.toolisticon.testing</groupId>
66
<artifactId>jgiven-kotlin</artifactId>
7-
<version>1.2.1</version>
7+
<version>1.2.2</version>
88

99
<name>${project.artifactId}</name>
1010
<description>jgiven kotlin extension</description>
@@ -19,7 +19,7 @@
1919
<kotlin.version>1.6.21</kotlin.version>
2020
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2121

22-
<jgiven.version>1.2.1</jgiven.version>
22+
<jgiven.version>1.2.2</jgiven.version>
2323
<spring-boot.version>2.3.7.RELEASE</spring-boot.version>
2424

2525
</properties>

0 commit comments

Comments
 (0)