Skip to content

Commit b511181

Browse files
Release: 3.0.0
## [3.0.0](v2.1.1...v3.0.0) (2026-03-16) ### Breaking Changes * use jackson 3 to parse ([8b8ede3](8b8ede3)) ### Dependency Updates * Update actions/checkout action to v6 ([56cfe52](56cfe52)) * Update actions/setup-java action to v5 ([af366f4](af366f4)) * Update Gradle to v8.14.4 ([2821165](2821165)) * Update gradle/actions action to v5 ([842197c](842197c))
1 parent e555e0e commit b511181

3 files changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [3.0.0](https://github.com/lancomsystems/openapi-parser/compare/v2.1.1...v3.0.0) (2026-03-16)
2+
3+
4+
### Breaking Changes
5+
6+
* use jackson 3 to parse ([8b8ede3](https://github.com/lancomsystems/openapi-parser/commit/8b8ede3402b150d0b23816c6d90f6172c8c8ead9))
7+
8+
9+
### Dependency Updates
10+
11+
* Update actions/checkout action to v6 ([56cfe52](https://github.com/lancomsystems/openapi-parser/commit/56cfe520a4012a480478473922423f03b4392519))
12+
* Update actions/setup-java action to v5 ([af366f4](https://github.com/lancomsystems/openapi-parser/commit/af366f4690e8730843a45570dfd70ff2afe34cd5))
13+
* Update Gradle to v8.14.4 ([2821165](https://github.com/lancomsystems/openapi-parser/commit/282116536fc3b8b90f8ac87024815c2ae7e61f48))
14+
* Update gradle/actions action to v5 ([842197c](https://github.com/lancomsystems/openapi-parser/commit/842197c1eda59305d2c6b9b2d71937f1d9bca482))
15+
116
## [2.1.1](https://github.com/lancomsystems/openapi-parser/compare/v2.1.0...v2.1.1) (2024-08-06)
217

318

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenAPI 3.0 Parser in Kotlin
22

3-
Latest Version: 2.1.1
3+
Latest Version: 3.0.0
44

55
## Project Description
66

@@ -41,20 +41,20 @@ To use the project, you can include it in your Gradle or Maven project as follow
4141

4242
`build.gradle`
4343
```gradle
44-
implementation 'io.github.lancomsystems.openapi.parser:openapi-parser:2.1.1'
44+
implementation 'io.github.lancomsystems.openapi.parser:openapi-parser:3.0.0'
4545
```
4646

4747
`build.gradle.kts`
4848
```gradle
49-
implementation("io.github.lancomsystems.openapi.parser:openapi-parser:2.1.1")'
49+
implementation("io.github.lancomsystems.openapi.parser:openapi-parser:3.0.0")'
5050
```
5151

5252
### Maven
5353
```maven
5454
<dependency>
5555
<groupId>io.github.lancomsystems.openapi.parser</groupId>
5656
<artifactId>openapi-parser</artifactId>
57-
<version>2.1.1</version>
57+
<version>3.0.0</version>
5858
</dependency>
5959
```
6060

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libraryVersion=2.1.1
1+
libraryVersion=3.0.0

0 commit comments

Comments
 (0)