From 8f67bf8dd79efb73039308d395017739c8e6ff98 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 12 Dec 2019 11:14:00 -0800 Subject: [PATCH] chore(asset): release 0.6.0 (#9968) --- asset/CHANGELOG.md | 16 +++++++++++++++- asset/setup.py | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/asset/CHANGELOG.md b/asset/CHANGELOG.md index 3f362e050225..052aa5a9a9db 100644 --- a/asset/CHANGELOG.md +++ b/asset/CHANGELOG.md @@ -4,6 +4,21 @@ [1]: https://pypi.org/project/google-cloud-asset/#history +## 0.6.0 + +12-12-2019 10:46 PST + +### New Features +- Add real time feed support to v1 (via synth). ([#9930](https://github.com/googleapis/google-cloud-python/pull/9930)) +- Deprecate resource name helper methods (via synth). ([#9827](https://github.com/googleapis/google-cloud-python/pull/9827)) + +### Documentation +- Change spacing in docs templates (via synth). ([#9736](https://github.com/googleapis/google-cloud-python/pull/9736)) +- Add Python 2 sunset banner to documentation. ([#9036](https://github.com/googleapis/google-cloud-python/pull/9036)) + +### Internal / Testing Changes +- Normalize VPCSC configuration in systests. ([#9614](https://github.com/googleapis/google-cloud-python/pull/9614)) + ## 0.5.0 10-29-2019 14:26 PDT @@ -137,4 +152,3 @@ ## 0.1.0 Initial release. - diff --git a/asset/setup.py b/asset/setup.py index 583cff983676..c5404c124a2a 100644 --- a/asset/setup.py +++ b/asset/setup.py @@ -21,7 +21,7 @@ name = "google-cloud-asset" description = "Cloud Asset API API client library" -version = "0.5.0" +version = "0.6.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'