Skip to content

Commit

Permalink
Prepare for release 0.6.0 (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
  • Loading branch information
ricardozanini authored May 6, 2022
1 parent f88d791 commit 2f67b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
release:
current-version: 0.5.0
current-version: 0.6.0
next-version: 1.0.0-SNAPSHOT

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

> **⚠️** 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.
Quarkus' extension for generation of [Rest Clients](https://quarkus.io/guides/rest-client) based on OpenAPI specification files.

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

Expand Down

0 comments on commit 2f67b6f

Please sign in to comment.