From f4bfd26f80295f668c2c14dfacd3da117d7dcd89 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Tue, 29 Oct 2019 14:28:01 -0700 Subject: [PATCH 1/2] chore(asset): release 0.5.0 --- asset/CHANGELOG.md | 14 ++++++++++++++ asset/setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/asset/CHANGELOG.md b/asset/CHANGELOG.md index 049d0f2c3017..4fec5a529a40 100644 --- a/asset/CHANGELOG.md +++ b/asset/CHANGELOG.md @@ -4,6 +4,20 @@ [1]: https://pypi.org/project/google-cloud-asset/#history +## 0.5.0 + +10-29-2019 14:26 PDT + +### New Features +- feat(asset): add `bigquery_destination` to `OutputConfig`; make `content_type` optional argument to `BatchGetAssetsHistoryRequest`; add `uri_prefix` to `GcsDestination`; add `ORG_POLICY` and `ACCESS_POLICY` content type enums ([#9555](https://github.com/googleapis/google-cloud-python/pull/9555)) + +### Documentation +- Remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035)) + +### Internal / Testing Changes +- Fix intersphinx reference to requests ([#9294](https://github.com/googleapis/google-cloud-python/pull/9294)) +- Remove CI for gh-pages; use googleapis.dev for api_core refs ([#9085](https://github.com/googleapis/google-cloud-python/pull/9085)) + ## 0.4.1 08-12-2019 13:44 PDT diff --git a/asset/setup.py b/asset/setup.py index a70843c8e1de..583cff983676 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.4.1" +version = "0.5.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 23ccd48201bdb5ec47a4d397b54f1c91d79a2b02 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 29 Oct 2019 14:28:33 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- asset/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset/CHANGELOG.md b/asset/CHANGELOG.md index 4fec5a529a40..3f362e050225 100644 --- a/asset/CHANGELOG.md +++ b/asset/CHANGELOG.md @@ -9,7 +9,7 @@ 10-29-2019 14:26 PDT ### New Features -- feat(asset): add `bigquery_destination` to `OutputConfig`; make `content_type` optional argument to `BatchGetAssetsHistoryRequest`; add `uri_prefix` to `GcsDestination`; add `ORG_POLICY` and `ACCESS_POLICY` content type enums ([#9555](https://github.com/googleapis/google-cloud-python/pull/9555)) +- Add `bigquery_destination` to `OutputConfig`; make `content_type` optional argument to `BatchGetAssetsHistoryRequest`; add `uri_prefix` to `GcsDestination`; add `ORG_POLICY` and `ACCESS_POLICY` content type enums ([#9555](https://github.com/googleapis/google-cloud-python/pull/9555)) ### Documentation - Remove compatability badges from READMEs. ([#9035](https://github.com/googleapis/google-cloud-python/pull/9035))