Skip to content

Commit

Permalink
Release 0.0.43
Browse files Browse the repository at this point in the history
The only relevant change in the new version is the addition of the
`status` attribute to errors.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Nov 15, 2021
1 parent 610144c commit 56db6a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.adoc
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.43 Nov 15 2021

- Add `status` attribute to errors.

== 0.0.42 Oct 14 2021

- Accept iterator as parameter in `helpers.NewIterator`.
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.42"
const Version = "0.0.43"

0 comments on commit 56db6a8

Please sign in to comment.