Skip to content

Commit

Permalink
Release 0.0.58
Browse files Browse the repository at this point in the history
The more relevant changes in the new version are the following:

- Honor `@json` annotation in OpenAPI generator.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed May 18, 2023
1 parent 8b562cb commit 620d48d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This document describes the relevant changes between releases of the
API metamodel.

## 0.0.58 May 18 2023

- Honor `@json` annotation in OpenAPI generation.

## 0.0.57 Jan 31 2023

- additionalProperties: is boolean
Expand Down
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "0.0.57"
const Version = "0.0.58"

0 comments on commit 620d48d

Please sign in to comment.