Skip to content

Commit

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

- Update to metamodel 0.0.44:
** Check for loops in locator paths.
** Add `Empty` method to builders.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Nov 22, 2021
1 parent e550e38 commit 04fb018
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This document describes the relevant changes between releases of the OCM API
SDK.

== 0.1.218 Nov 22 2021

- Update to metamodel 0.0.44:
** Check for loops in locator paths.
** Add `Empty` method to builders.

== 0.1.217 Nov 18 2021

- Update to model 0.0.152
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package sdk

const Version = "0.1.217"
const Version = "0.1.218"

0 comments on commit 04fb018

Please sign in to comment.