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

Cut release v0.13.0 #268

Merged
merged 1 commit into from
Oct 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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