Skip to content

Commit 0051da5

Browse files
chore: prepare release 3.0.77
1 parent 252c1fe commit 0051da5

File tree

12 files changed

+161
-161
lines changed

12 files changed

+161
-161
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@ Check out the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specificati
8282

8383
The OpenAPI Specification has undergone 3 revisions since initial creation in 2010. The **current stable** versions of Swagger Codegen project have the following compatibilities with the OpenAPI Specification:
8484

85-
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
86-
-------------------------- |--------------| -------------------------- | -----
87-
[3.0.76](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.76) (**current stable**) | 2026-01-20 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.76](https://github.com/swagger-api/swagger-codegen/tree/v3.0.76)
88-
[2.4.47](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.47) (**current stable**) | 2025-09-16 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.47](https://github.com/swagger-api/swagger-codegen/tree/v2.4.47)
85+
| Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes |
86+
|----------------------------------------------------------------------------------------------------|--------------|--------------------------------------|----------------------------------------------------------------------------|
87+
| [3.0.77](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.77) (**current stable**) | 2026-02-03 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.77](https://github.com/swagger-api/swagger-codegen/tree/v3.0.77) |
88+
| [2.4.47](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.47) (**current stable**) | 2025-09-16 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.47](https://github.com/swagger-api/swagger-codegen/tree/v2.4.47) |
8989

9090
💁 Here's also an overview of what's coming around the corner:
9191

92-
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
93-
-------------------------- |--------------| -------------------------- | -----
94-
3.0.77-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.77-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
95-
2.4.48-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/swagger-codegen-cli/2.4.48-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
92+
| Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes |
93+
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|--------------------------------------|---------------|
94+
| 3.0.78-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.78-SNAPSHOT/) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
95+
| 2.4.48-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/swagger-codegen-cli/2.4.48-SNAPSHOT/) | TBD | 1.0, 1.1, 1.2, 2.0 | Minor release |
9696

9797
For detailed breakdown of all versions, please see the [full compatibility listing](./docs/compatibility.md).
9898

@@ -126,7 +126,7 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
126126
java -jar modules\swagger-codegen-cli\target\swagger-codegen-cli.jar generate -i http://petstore.swagger.io/v2/swagger.json -l php -o c:\temp\php_api_client
127127
```
128128

129-
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.76/swagger-codegen-cli-3.0.76.jar).
129+
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.77/swagger-codegen-cli-3.0.77.jar).
130130

131131
To get a list of **general** options available, please run:
132132

0 commit comments

Comments
 (0)