diff options
author | Matthew Heon <mheon@redhat.com> | 2019-11-01 14:48:58 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-11-01 14:48:58 -0400 |
commit | 9d087f6a766259ba53b224944f1b7b778035c370 (patch) | |
tree | 5e6cb22b5067d2725db5e1ad945b79d717c45eb2 | |
parent | 69ad905e8fc60416dae66716f72bc94af3dbfe09 (diff) | |
download | podman-9d087f6a766259ba53b224944f1b7b778035c370.tar.gz podman-9d087f6a766259ba53b224944f1b7b778035c370.tar.bz2 podman-9d087f6a766259ba53b224944f1b7b778035c370.zip |
Bump to v1.6.3v1.6.3
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | changelog.txt | 9 | ||||
-rw-r--r-- | version/version.go | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt index 022e144af..4e8dc09db 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +- Changelog for v1.6.3 (2019-11-01): + * Update containers/buildah + * Update Cirrus branch info for new branch + * Add release notes for v1.6.3 + * Update document formatting and packaging code + * Restructure documentation dir + * container start: fix regression when using name + * add libpod/config + - Changelog for v1.6.3-rc1 (2019-10-30) * Wait for `mount` command to finish when mounting volume * Cirrus: Fix upload_release_archive on branch or tag diff --git a/version/version.go b/version/version.go index c0dbeadfe..8455135bd 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ package version // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -const Version = "1.6.3-dev" +const Version = "1.6.3" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |