Skip to content

Commit

Permalink
Release 0.1.58
Browse files Browse the repository at this point in the history
The only change in this relase is that the _GitHub_ action that
publishes releases has been fixed so that it publishes correct binaries.
There are no changes in functionality. See
https://github.com/openshift-online/ocm-cli/issues/319[#319] for
details.

Related: #319
Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Sep 23, 2021
1 parent 0bcf4d2 commit 2fffbc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

== 0.1.58 Sep 23 2021

The only change in this relase is that the _GitHub_ action that publishes
releases has been fixed so that it publishes correct binaries. There are no
changes in functionality. See https://github.com/openshift-online/ocm-cli/issues/319[#319]
for details.

== 0.1.57 Sep 22 2021

- Replace `go-bindata` with Go 1.16 `embed.FS`. This has no practical
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.1.57"
const Version = "0.1.58"

0 comments on commit 2fffbc5

Please sign in to comment.