Skip to content

Commit

Permalink
🔖 Release version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smidf committed Dec 27, 2023
1 parent f33f458 commit 957a5ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

## 2.3.2 (2023-12-27)

### Fixed:
- Task dependency resolution

## 2.3.1 (2023-11-09)

### Updated:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenApi 3 Codegen / Swagger

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

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

Expand All @@ -27,7 +27,7 @@ buildscript {

dependencies {
...
classpath("cz.eman.swagger:swagger-codegen:2.3.1")
classpath("cz.eman.swagger:swagger-codegen:2.3.2")
}
}
```
Expand All @@ -42,7 +42,7 @@ buildscript {
dependencies {
...
classpath 'cz.eman.swagger:swagger-codegen:2.3.1'
classpath 'cz.eman.swagger:swagger-codegen:2.3.2'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.jvmargs=-Xmx1536m

version=2.3.1
version=2.3.2

0 comments on commit 957a5ad

Please sign in to comment.