Skip to content

Commit 99ee743

Browse files
committed
chore(release): 2.0.0
1 parent 55e695d commit 99ee743

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/vitorsalgado/puma4j/compare/v1.0.0...v2.0.0) (2021-12-03)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* most components where renamed and refactored and the public interface to extend the lib was changed
11+
12+
### Features
13+
14+
* add kotlin support ([722326f](https://github.com/vitorsalgado/puma4j/commit/722326f31c6056e145419e669d1c911aa52d1a21))
15+
* change lib structure and public interface + add kotlin delegate res ([936fde7](https://github.com/vitorsalgado/puma4j/commit/936fde7502ba55083869ff769cb252aab550785c))
16+
517
## 1.0.0 (2021-11-26)
618

719

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<img src="https://codecov.io/gh/vitorsalgado/puma4j/branch/main/graph/badge.svg?token=EFC2SD81AV" alt="Codecov Badge"/>
1515
</a>
1616
<a href="https://conventionalcommits.org">
17-
<img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits"/>
17+
<img src="https://img.shields.io/badge/Conventional%20Commits-2.0.0-yellow.svg" alt="Conventional Commits"/>
1818
</a>
1919
<a href="https://sonarcloud.io/project/overview?id=vitorsalgado_puma4j">
2020
<img src="https://sonarcloud.io/api/project_badges/measure?project=vitorsalgado_puma4j&metric=alert_status" alt="Sonar Quality Gate Status"/>
@@ -36,7 +36,7 @@ using just a couple of **@annotations** :)
3636
Using Gradle:
3737

3838
```
39-
implementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:1.0.0"
39+
implementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:2.0.0"
4040
```
4141

4242
or Maven:
@@ -45,7 +45,7 @@ or Maven:
4545
<dependency>
4646
<groupId>io.github.vitorsalgado.puma4j</groupId>
4747
<artifactId>puma4j-junit5-extension</artifactId>
48-
<version>1.0.0</version>
48+
<version>2.0.0</version>
4949
</dependency>
5050
```
5151

@@ -134,7 +134,7 @@ private val simpleModel: SimpleModel by res("simple.json")
134134
To use the delegate `res`, add the library below to your project:
135135

136136
```
137-
implementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:1.0.0"
137+
implementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:2.0.0"
138138
```
139139

140140
---

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
2.0.0

0 commit comments

Comments
 (0)