From 53112fe2b7c5ccfd4470be04f1bd7e0c67280c83 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Mon, 12 Aug 2019 13:54:37 -0700 Subject: [PATCH 1/2] Release 0.3.0 --- containeranalysis/CHANGELOG.md | 17 +++++++++++++++++ containeranalysis/setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/containeranalysis/CHANGELOG.md b/containeranalysis/CHANGELOG.md index bec12c22ebde..c0e7731503dc 100644 --- a/containeranalysis/CHANGELOG.md +++ b/containeranalysis/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.3.0 + +08-12-2019 13:53 PDT + +### Implementation Changes +- Remove send/recv msg size limit (via synth). ([#8948](https://github.com/googleapis/google-cloud-python/pull/8948)) + +### Dependencies +- Bump minimum version for google-api-core to 1.14.0. ([#8709](https://github.com/googleapis/google-cloud-python/pull/8709)) + +### Documentation +- Normalize docs. ([#8994](https://github.com/googleapis/google-cloud-python/pull/8994)) +- Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705)) + +### Internal / Testing Changes +- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) + ## 0.2.0 07-12-2019 16:56 PDT diff --git a/containeranalysis/setup.py b/containeranalysis/setup.py index 1eb5a8494b67..d92c135af22c 100644 --- a/containeranalysis/setup.py +++ b/containeranalysis/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-containeranalysis" description = "Container Analysis API API client library" -version = "0.2.0" +version = "0.3.0" release_status = "Development Status :: 3 - Alpha" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", From 909012eed4a8766dcdfed5aeec3a4d4521e64e25 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 12 Aug 2019 20:25:04 -0400 Subject: [PATCH 2/2] Adjust changelog grouping. --- containeranalysis/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/containeranalysis/CHANGELOG.md b/containeranalysis/CHANGELOG.md index c0e7731503dc..70798d534fa9 100644 --- a/containeranalysis/CHANGELOG.md +++ b/containeranalysis/CHANGELOG.md @@ -13,8 +13,6 @@ ### Documentation - Normalize docs. ([#8994](https://github.com/googleapis/google-cloud-python/pull/8994)) - Link to googleapis.dev documentation in READMEs. ([#8705](https://github.com/googleapis/google-cloud-python/pull/8705)) - -### Internal / Testing Changes - Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805)) ## 0.2.0