Skip to content

Commit

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

- Don't consider `Status` and `Error` built-in request parameters.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Apr 1, 2022
1 parent c8c7d59 commit 49996d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
This document describes the relevant changes between releases of the
API metamodel.

## 0.0.52 Mar 8 2020
## 0.0.53 Apr 1 2022

- Don't consider `Status` and `Error` built-in request parameters.

## 0.0.52 Mar 8 2022

- Add support for annotations.
- Add `@json` and `@http` annotations.
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.52"
const Version = "0.0.53"

0 comments on commit 49996d9

Please sign in to comment.