-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from jhernand/release_0_0_47
Release 0.0.47
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ limitations under the License. | |
|
||
package info | ||
|
||
const Version = "0.0.46" | ||
const Version = "0.0.47" |