Skip to content

Commit

Permalink
Merge pull request #321 from jhernand/release_0_1_58
Browse files Browse the repository at this point in the history
Release 0.1.58
  • Loading branch information
jhernand authored Sep 23, 2021
2 parents 0bcf4d2 + 2fffbc5 commit c5b0676
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 c5b0676

Please sign in to comment.