|
15 | 15 |
|
16 | 16 | <div align="center"> |
17 | 17 |
|
18 | | -[Master](https://github.com/OpenAPITools/openapi-generator/tree/master) (`7.6.0`): |
| 18 | +[Master](https://github.com/OpenAPITools/openapi-generator/tree/master) (`7.7.0`): |
19 | 19 | [](https://app.travis-ci.com/github/OpenAPITools/openapi-generator/builds) |
20 | 20 | [](https://circleci.com/gh/OpenAPITools/openapi-generator) |
21 | 21 | [](https://ci.appveyor.com/project/WilliamCheng/openapi-generator) |
@@ -126,8 +126,8 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20 |
126 | 126 |
|
127 | 127 | | OpenAPI Generator Version | Release Date | Notes | |
128 | 128 | | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ------------------------------------------------- | |
129 | | -| 7.6.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/7.6.0-SNAPSHOT/) | 17.54.2024 | Minor release with breaking changes (with fallback) | |
130 | | -| [7.5.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.5.0) (latest stable release) | 17.04.2024 | Minor release with breaking changes (with fallback) | |
| 129 | +| 7.7.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/7.7.0-SNAPSHOT/) | 20.06.2024 | Minor release with breaking changes (with fallback) | |
| 130 | +| [7.6.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.6.0) (latest stable release) | 20.05.2024 | Minor release with breaking changes (with fallback) | |
131 | 131 | | [6.6.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v6.6.0) | 11.05.2023 | Minor release with breaking changes (with fallback) | |
132 | 132 | | [5.4.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.4.0) | 31.01.2022 | Minor release with breaking changes (with fallback) | |
133 | 133 | | [4.3.1](https://github.com/OpenAPITools/openapi-generator/releases/tag/v4.3.1) | 06.05.2020 | Patch release (enhancements, bug fixes, etc) | |
@@ -190,16 +190,16 @@ See the different versions of the [openapi-generator-cli](https://search.maven.o |
190 | 190 | <!-- RELEASE_VERSION --> |
191 | 191 | If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 11 runtime at a minimum): |
192 | 192 |
|
193 | | -JAR location: `https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.5.0/openapi-generator-cli-7.5.0.jar` |
| 193 | +JAR location: `https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.6.0/openapi-generator-cli-7.6.0.jar` |
194 | 194 |
|
195 | 195 | For **Mac/Linux** users: |
196 | 196 | ```sh |
197 | | -wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.5.0/openapi-generator-cli-7.5.0.jar -O openapi-generator-cli.jar |
| 197 | +wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.6.0/openapi-generator-cli-7.6.0.jar -O openapi-generator-cli.jar |
198 | 198 | ``` |
199 | 199 |
|
200 | 200 | For **Windows** users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g. |
201 | 201 | ``` |
202 | | -Invoke-WebRequest -OutFile openapi-generator-cli.jar https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.5.0/openapi-generator-cli-7.5.0.jar |
| 202 | +Invoke-WebRequest -OutFile openapi-generator-cli.jar https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.6.0/openapi-generator-cli-7.6.0.jar |
203 | 203 | ``` |
204 | 204 |
|
205 | 205 | After downloading the JAR, run `java -jar openapi-generator-cli.jar help` to show the usage. |
|
0 commit comments