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

Commit 4fb337a

Browse files
authored
Merge pull request #299 from nkubala/v0.15.0
cut v0.15.0 release
2 parents 3f6b025 + bc4a368 commit 4fb337a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
# Version 0.15.0 - 02/19/19
4+
* Update deps [#298](https://github.com/GoogleContainerTools/container-diff/pull/298)
5+
* Fix result switch while viewing with type history [#296](https://github.com/GoogleContainerTools/container-diff/pull/296)
6+
* Use PKG-INFO and METADATA to infer package names in pip analysis [#292](https://github.com/GoogleContainerTools/container-diff/pull/292)
7+
* Remove characters from cache path that are invalid on Windows [#285](https://github.com/GoogleContainerTools/container-diff/pull/285)
8+
* Use top_level.txt when analyzing pip modules [#291](https://github.com/GoogleContainerTools/container-diff/pull/291)
9+
* Strip colons from file path before creating cache dir [#290](https://github.com/GoogleContainerTools/container-diff/pull/290)
10+
* Adding Github Action to run Container Diff [#286](https://github.com/GoogleContainerTools/container-diff/pull/286)
11+
312
# Version 0.14.0 - 12/18/18
413
* Enhancement - save to file [#279](https://github.com/GoogleContainerTools/container-diff/pull/279)
514
* Fixed concurrent map write in image diffing [#278](https://github.com/GoogleContainerTools/container-diff/pull/278)

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 ?= 14
17+
VERSION_MINOR ?= 15
1818
VERSION_BUILD ?= 0
1919

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

0 commit comments

Comments
 (0)