Skip to content

Commit ba66693

Browse files
committed
🔖 Create release 2.0.0-rc01
The Swagger/OpenApi codegen released to 2.0.0-rc01
1 parent 11f5c8c commit ba66693

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Change Log
22
==========
33

4-
## 2.0.0-TBD (TBD)
4+
## 2.0.0-rc01 (2019-02-05)
55

66
### Changed
77
- OpenApi generator updated to release [v4.2.3](https://github.com/OpenAPITools/openapi-generator/releases/tag/v4.2.3)
8-
- Enable multiple configuration files in one swagger task.
9-
- Tasks now contain additionalProperties setting.
8+
- Enable multiple configuration files in one swagger task (see README.md).
9+
- Tasks now contain additionalProperties setting (see README.md).
1010
- Task configs can have all values null.
1111
- Generator is safe with null parameters.
1212

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenApi 3 Codegen / Swagger
22

3-
[ ![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.swagger.codegen/images/download.svg?version=2.0.0-alpha02) ](https://bintray.com/emanprague/maven/cz.eman.swagger.codegen/2.0.0-alpha02/link)
3+
[ ![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.swagger.codegen/images/download.svg?version=2.0.0-rc01) ](https://bintray.com/emanprague/maven/cz.eman.swagger.codegen/2.0.0-rc01/link)
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

@@ -17,7 +17,7 @@ buildscript {
1717

1818
// Kotlin Gradle DSL
1919
dependencies {
20-
classpath("cz.eman.swagger:swagger-codegen:2.0.0-alpha02")
20+
classpath("cz.eman.swagger:swagger-codegen:2.0.0-rc01")
2121
}
2222
}
2323
```

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.jvmargs=-Xmx1536m
22

3-
version=2.0.0-SNAPSHOT
3+
version=2.0.0-rc01

0 commit comments

Comments
 (0)