Skip to content

Commit 957a5ad

Browse files
committed
🔖 Release version 2.3.2
1 parent f33f458 commit 957a5ad

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
## 2.3.2 (2023-12-27)
5+
6+
### Fixed:
7+
- Task dependency resolution
8+
49
## 2.3.1 (2023-11-09)
510

611
### Updated:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenApi 3 Codegen / Swagger
22

3-
[![Latest version](https://img.shields.io/github/v/release/eManPrague/swagger-codegen)](https://github.com/eManPrague/swagger-codegen/releases/tag/v2.3.1)
3+
[![Latest version](https://img.shields.io/github/v/release/eManPrague/swagger-codegen)](https://github.com/eManPrague/swagger-codegen/releases/tag/v2.3.2)
44

55
The Swagger codegen contains a template-driven engine to generate documentation, code for Java, Kotlin and Android such like Retrofit and Room. It is a fork of the https://github.com/OpenAPITools/openapi-generator with modifications
66

@@ -27,7 +27,7 @@ buildscript {
2727

2828
dependencies {
2929
...
30-
classpath("cz.eman.swagger:swagger-codegen:2.3.1")
30+
classpath("cz.eman.swagger:swagger-codegen:2.3.2")
3131
}
3232
}
3333
```
@@ -42,7 +42,7 @@ buildscript {
4242
4343
dependencies {
4444
...
45-
classpath 'cz.eman.swagger:swagger-codegen:2.3.1'
45+
classpath 'cz.eman.swagger:swagger-codegen:2.3.2'
4646
}
4747
}
4848
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.jvmargs=-Xmx1536m
22

3-
version=2.3.1
3+
version=2.3.2

0 commit comments

Comments
 (0)