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

Commit fccfba7

Browse files
authored
Merge pull request #268 from nkubala/v0.13.0
Cut release v0.13.0
2 parents 592ba01 + 9e11ee1 commit fccfba7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# container-diff Release Notes
22

3+
# Version 0.13.0 - 10/30/18
4+
* Update go-containerregistry to pick up docker API client negotiation [#267](https://github.com/GoogleContainerTools/container-diff/pull/267)
5+
* Fix unintended variable shadowing [#263](https://github.com/GoogleContainerTools/container-diff/pull/263)
6+
* Change the default analysis type from apt to size [#266](https://github.com/GoogleContainerTools/container-diff/pull/266)
7+
38
# Version 0.12.0 - 10/1/18
49
* Add script to list all pull requests for each release [#258](https://github.com/GoogleContainerTools/container-diff/pull/258)
510
* Fix deps [#260](https://github.com/GoogleContainerTools/container-diff/pull/260)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Bump these on release
1616
VERSION_MAJOR ?= 0
17-
VERSION_MINOR ?= 12
17+
VERSION_MINOR ?= 13
1818
VERSION_BUILD ?= 0
1919

2020
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)

0 commit comments

Comments
 (0)