From 2f67b6f4d66bbdffd04734788349c41f8dc74018 Mon Sep 17 00:00:00 2001 From: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Date: Fri, 6 May 2022 13:18:04 -0300 Subject: [PATCH] Prepare for release 0.6.0 (#64) Signed-off-by: Ricardo Zanini --- .github/project.yml | 3 +-- README.md | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 4b62e31d1..2d61b8752 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,3 @@ release: - current-version: 0.5.0 + current-version: 0.6.0 next-version: 1.0.0-SNAPSHOT - diff --git a/README.md b/README.md index 1cc721ca7..602cbebc5 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) -> **⚠️** 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 @@ -20,7 +18,7 @@ Add the following dependency to your project's `pom.xml` file: io.quarkiverse.openapi.generator quarkus-openapi-generator - 1.0.0-SNAPSHOT + 0.6.0 ```