Skip to content

Commit be44868

Browse files
Release: 1.1.0
## [1.1.0](v1.0.2...v1.1.0) (2024-01-22) ### New * refactored mergeOpenApi() ([b1bbcc1](b1bbcc1)) ### Refactorings * fixed compiler warning ([495528a](495528a))
1 parent 495528a commit be44868

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
@@ -1,3 +1,15 @@
1+
## [1.1.0](https://github.com/lancomsystems/openapi-parser/compare/v1.0.2...v1.1.0) (2024-01-22)
2+
3+
4+
### New
5+
6+
* refactored mergeOpenApi() ([b1bbcc1](https://github.com/lancomsystems/openapi-parser/commit/b1bbcc1861ae63706d103727c26216e3476c755e))
7+
8+
9+
### Refactorings
10+
11+
* fixed compiler warning ([495528a](https://github.com/lancomsystems/openapi-parser/commit/495528a6736f8aed3a67f5ad17660ae23827fcb4))
12+
113
## [1.0.2](https://github.com/lancomsystems/openapi-parser/compare/v1.0.1...v1.0.2) (2024-01-11)
214

315

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: 1.0.2
3+
Latest Version: 1.1.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:1.0.2'
44+
implementation 'io.github.lancomsystems.openapi.parser:openapi-parser:1.1.0'
4545
```
4646

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

5252
### Maven
5353
```maven
5454
<dependency>
5555
<groupId>io.github.lancomsystems.openapi.parser</groupId>
5656
<artifactId>openapi-parser</artifactId>
57-
<version>1.0.2</version>
57+
<version>1.1.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=1.0.2
1+
libraryVersion=1.1.0

0 commit comments

Comments
 (0)