Skip to content

Commit c981504

Browse files
committed
chore(release): 4.0.3
1 parent fc50299 commit c981504

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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+
### [4.0.3](https://github.com/vitorsalgado/puma4j/compare/v4.0.2...v4.0.3) (2022-09-21)
6+
7+
8+
### Build
9+
10+
* **deps:** bump fastify/github-action-merge-dependabot ([#73](https://github.com/vitorsalgado/puma4j/issues/73)) ([43dc34b](https://github.com/vitorsalgado/puma4j/commit/43dc34bd22b95debf2bbf6126811dad19edd4062))
11+
* **deps:** bump fastify/github-action-merge-dependabot ([#74](https://github.com/vitorsalgado/puma4j/issues/74)) ([2500b02](https://github.com/vitorsalgado/puma4j/commit/2500b02d556582834ec6b6275ca646096b8c6c3a))
12+
* **deps:** bump fastify/github-action-merge-dependabot ([#77](https://github.com/vitorsalgado/puma4j/issues/77)) ([3c4f9c1](https://github.com/vitorsalgado/puma4j/commit/3c4f9c1a8cd9e14a02e34feeeac531af2aa8948e))
13+
* **deps:** bump jackson-databind from 2.13.3 to 2.13.4 ([#76](https://github.com/vitorsalgado/puma4j/issues/76)) ([8c44a89](https://github.com/vitorsalgado/puma4j/commit/8c44a89bf11a1cb88009608b5f46f4864f707b36))
14+
* **deps:** bump org.owasp.dependencycheck from 7.1.2 to 7.2.0 ([#78](https://github.com/vitorsalgado/puma4j/issues/78)) ([baf8b20](https://github.com/vitorsalgado/puma4j/commit/baf8b20e9ca3baf9a045da9b04206e21244b0ec5))
15+
* **deps:** bump org.owasp.dependencycheck from 7.2.0 to 7.2.1 ([#80](https://github.com/vitorsalgado/puma4j/issues/80)) ([1449827](https://github.com/vitorsalgado/puma4j/commit/1449827ae352e749d6f638e10d193f08d4e7d758))
16+
* **deps:** bump versions.jackson from 2.13.3 to 2.13.4 ([#75](https://github.com/vitorsalgado/puma4j/issues/75)) ([6da21bf](https://github.com/vitorsalgado/puma4j/commit/6da21bfb0e1c133ca642cd90ab7fdf0619f9946b))
17+
* **deps:** bump versions.junitJupiter from 5.9.0 to 5.9.1 ([#79](https://github.com/vitorsalgado/puma4j/issues/79)) ([77072f1](https://github.com/vitorsalgado/puma4j/commit/77072f1f878e266b9d935de9a166305b66ba3731))
18+
19+
20+
### Docs
21+
22+
* small readme improvements ([fc50299](https://github.com/vitorsalgado/puma4j/commit/fc502999236a1a5c5e2f4b55bd1e587190c8546e))
23+
524
### [4.0.2](https://github.com/vitorsalgado/puma4j/compare/v4.0.1...v4.0.2) (2022-08-24)
625

726

README.md

+4-4
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-4.0.2-yellow.svg" alt="Conventional Commits"/>
17+
<img src="https://img.shields.io/badge/Conventional%20Commits-4.0.3-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"/>
@@ -35,7 +35,7 @@ Puma4j provides a convenient and easier way to load and parse file resources in
3535
Using Gradle:
3636

3737
```gradle
38-
testImplementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:4.0.2"
38+
testImplementation "io.github.vitorsalgado.puma4j:puma4j-junit5-extension:4.0.3"
3939
```
4040

4141
or Maven:
@@ -44,7 +44,7 @@ or Maven:
4444
<dependency>
4545
<groupId>io.github.vitorsalgado.puma4j</groupId>
4646
<artifactId>puma4j-junit5-extension</artifactId>
47-
<version>4.0.2</version>
47+
<version>4.0.3</version>
4848
<scope>test</scope>
4949
</dependency>
5050
```
@@ -130,7 +130,7 @@ private val simpleModel: SimpleModel by res("simple.json")
130130
To use the delegate `res`, add the library below to your project:
131131

132132
```gradle
133-
testImplementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:4.0.2"
133+
testImplementation "io.github.vitorsalgado.puma4j:puma4j-kotlin:4.0.3"
134134
```
135135

136136
---

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puma4j",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Puma4j Support Scripts",
55
"scripts": {
66
"release": "standard-version --commit-all",

0 commit comments

Comments
 (0)