Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #268 from nkubala/v0.13.0
Browse files Browse the repository at this point in the history
Cut release v0.13.0
  • Loading branch information
nkubala authored Oct 30, 2018
2 parents 592ba01 + 9e11ee1 commit fccfba7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# container-diff Release Notes

# Version 0.13.0 - 10/30/18
* Update go-containerregistry to pick up docker API client negotiation [#267](https://github.com/GoogleContainerTools/container-diff/pull/267)
* Fix unintended variable shadowing [#263](https://github.com/GoogleContainerTools/container-diff/pull/263)
* Change the default analysis type from apt to size [#266](https://github.com/GoogleContainerTools/container-diff/pull/266)

# Version 0.12.0 - 10/1/18
* Add script to list all pull requests for each release [#258](https://github.com/GoogleContainerTools/container-diff/pull/258)
* Fix deps [#260](https://github.com/GoogleContainerTools/container-diff/pull/260)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Bump these on release
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 12
VERSION_MINOR ?= 13
VERSION_BUILD ?= 0

VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
Expand Down

0 comments on commit fccfba7

Please sign in to comment.