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 #299 from nkubala/v0.15.0
Browse files Browse the repository at this point in the history
cut v0.15.0 release
  • Loading branch information
nkubala committed Feb 19, 2019
2 parents 3f6b025 + bc4a368 commit 4fb337a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# container-diff Release Notes

# Version 0.15.0 - 02/19/19
* Update deps [#298](https://github.com/GoogleContainerTools/container-diff/pull/298)
* Fix result switch while viewing with type history [#296](https://github.com/GoogleContainerTools/container-diff/pull/296)
* Use PKG-INFO and METADATA to infer package names in pip analysis [#292](https://github.com/GoogleContainerTools/container-diff/pull/292)
* Remove characters from cache path that are invalid on Windows [#285](https://github.com/GoogleContainerTools/container-diff/pull/285)
* Use top_level.txt when analyzing pip modules [#291](https://github.com/GoogleContainerTools/container-diff/pull/291)
* Strip colons from file path before creating cache dir [#290](https://github.com/GoogleContainerTools/container-diff/pull/290)
* Adding Github Action to run Container Diff [#286](https://github.com/GoogleContainerTools/container-diff/pull/286)

# Version 0.14.0 - 12/18/18
* Enhancement - save to file [#279](https://github.com/GoogleContainerTools/container-diff/pull/279)
* Fixed concurrent map write in image diffing [#278](https://github.com/GoogleContainerTools/container-diff/pull/278)
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 ?= 14
VERSION_MINOR ?= 15
VERSION_BUILD ?= 0

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

0 comments on commit 4fb337a

Please sign in to comment.