Skip to content

Commit

Permalink
Merge pull request #155 from jhernand/release_0_0_47
Browse files Browse the repository at this point in the history
Release 0.0.47
  • Loading branch information
jhernand authored Jan 6, 2022
2 parents 8498d8c + 84b76db commit 0d6d4c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
This document describes the relevant changes between releases of the
API metamodel.

## 0.0.47 Jan 6 2022

- Update to Go 1.17.

- Update to Ginkgo 2.

- Update to ANTLR 4.9.3.

- Update Go dependencies.

- Simplify installation with `go install` so that it will be possible to
install the `metamodel` tool with a command like this:

```
go install github.com/openshift-online/ocm-api-metamodel/cmd/[email protected]
```

## 0.0.46 Dec 20 2021

- Remove unused imports.
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.46"
const Version = "0.0.47"

0 comments on commit 0d6d4c0

Please sign in to comment.