Skip to content

Commit

Permalink
Merge pull request #150 from jhernand/release_0_0_46
Browse files Browse the repository at this point in the history
Release 0.0.46
  • Loading branch information
jhernand authored Dec 20, 2021
2 parents 6dd9482 + bd378d3 commit 5ada170
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This document describes the relevant changes between releases of the
API metamodel.

## 0.0.46 Dec 20 2021

- Remove unused imports.
- Check result of `Flush` method.
- Cancel poll context.
- Avoid some ineffectual assigments.
- Explicitly use `jsoniter` package selector.

## 0.0.45 Dec 3 2021

The only functional change in this version is the change from _Markdown_ to
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.45"
const Version = "0.0.46"

0 comments on commit 5ada170

Please sign in to comment.