From 2942e6335be4598e99bdea99edfa57c2cd24f174 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Tue, 19 Mar 2019 12:21:01 -0700 Subject: [PATCH] Release 0.2.0 --- asset/CHANGELOG.md | 22 ++++++++++++++++++++++ asset/setup.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/asset/CHANGELOG.md b/asset/CHANGELOG.md index caf0d1bb9e6f..11d748ffa276 100644 --- a/asset/CHANGELOG.md +++ b/asset/CHANGELOG.md @@ -4,6 +4,28 @@ [1]: https://pypi.org/project/google-cloud-asset/#history +## 0.2.0 + +03-19-2019 12:17 PDT + + +### Implementation Changes +- Rename 'GcsDestination.uri' -> 'object_uri', docstring changes . ([#7202](https://github.com/googleapis/google-cloud-python/pull/7202)) +- Protoc-generated serialization update.. ([#7073](https://github.com/googleapis/google-cloud-python/pull/7073)) + +### New Features +- Generate v1. ([#7513](https://github.com/googleapis/google-cloud-python/pull/7513)) + +### Documentation +- Fix broken links to Cloud Asset API ([#7524](https://github.com/googleapis/google-cloud-python/pull/7524)) +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) +- Update copyright headers +- Pick up stub docstring fix in GAPIC generator.[#6963](https://github.com/googleapis/google-cloud-python/pull/6963)) + +### Internal / Testing Changes +- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) +- Add support for including protos in synth ([#7114](https://github.com/googleapis/google-cloud-python/pull/7114)) + ## 0.1.2 12-17-2018 16:15 PST diff --git a/asset/setup.py b/asset/setup.py index baba95589f13..02928c814af4 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.1.2' +version = '0.2.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'