Skip to content

Commit 2f67b6f

Browse files
Prepare for release 0.6.0 (#64)
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent f88d791 commit 2f67b6f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/project.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
release:
2-
current-version: 0.5.0
2+
current-version: 0.6.0
33
next-version: 1.0.0-SNAPSHOT
4-

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
55
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66

7-
> **⚠️** This is the instructions for the latest SNAPSHOT version (main branch). Please, see the [latest **released** documentation](https://github.com/quarkiverse/quarkus-openapi-generator/blob/0.5.0/README.md) if you are looking for instructions.
8-
97
Quarkus' extension for generation of [Rest Clients](https://quarkus.io/guides/rest-client) based on OpenAPI specification files.
108

119
This extension is based on the [OpenAPI Generator Tool](https://openapi-generator.tech/). Please consider donation to help them maintain the
@@ -20,7 +18,7 @@ Add the following dependency to your project's `pom.xml` file:
2018
<dependency>
2119
<groupId>io.quarkiverse.openapi.generator</groupId>
2220
<artifactId>quarkus-openapi-generator</artifactId>
23-
<version>1.0.0-SNAPSHOT</version>
21+
<version>0.6.0</version>
2422
</dependency>
2523
```
2624

0 commit comments

Comments
 (0)