Skip to content

Commit

Permalink
Merge pull request #138 from jhernand/release_0_0_44
Browse files Browse the repository at this point in the history
Release 0.0.44
  • Loading branch information
jhernand authored Nov 22, 2021
2 parents 12ecee3 + efcb51a commit c6a0f0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
This document describes the relevant changes between releases of the
API metamodel.

== 0.0.44 Nov 22 2021

- Check loops in locator paths.
- Add `Empty` method to builders.

== 0.0.43 Nov 15 2021

- Add `status` attribute to errors.
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.43"
const Version = "0.0.44"

0 comments on commit c6a0f0e

Please sign in to comment.