From 744350cdd5a612e5460e80b354749fec438be82f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 20:36:31 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++ google/cloud/shell/gapic_version.py | 2 +- google/cloud/shell_v1/gapic_version.py | 2 +- ...nippet_metadata_google.cloud.shell.v1.json | 2 +- 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 866e93f..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.3" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a874feb..78bc713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.5.0](https://github.com/googleapis/python-shell/compare/v1.4.3...v1.5.0) (2022-12-14) + + +### Features + +* Add CloudShellErrorCode.ENVIRONMENT_UNAVAILABLE enum value ([82fc2bc](https://github.com/googleapis/python-shell/commit/82fc2bca5b5908ded7277db4b78297294a599d3c)) +* Add support for `google.cloud.shell.__version__` ([82fc2bc](https://github.com/googleapis/python-shell/commit/82fc2bca5b5908ded7277db4b78297294a599d3c)) +* Add typing to proto.Message based class attributes ([82fc2bc](https://github.com/googleapis/python-shell/commit/82fc2bca5b5908ded7277db4b78297294a599d3c)) + + +### Bug Fixes + +* Add dict typing for client_options ([82fc2bc](https://github.com/googleapis/python-shell/commit/82fc2bca5b5908ded7277db4b78297294a599d3c)) +* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([563be00](https://github.com/googleapis/python-shell/commit/563be001e063a0ef60cb15f2c59e70d4d7670a22)) +* Drop usage of pkg_resources ([563be00](https://github.com/googleapis/python-shell/commit/563be001e063a0ef60cb15f2c59e70d4d7670a22)) +* Fix timeout default values ([563be00](https://github.com/googleapis/python-shell/commit/563be001e063a0ef60cb15f2c59e70d4d7670a22)) + + +### Documentation + +* **samples:** Snippetgen handling of repeated enum field ([82fc2bc](https://github.com/googleapis/python-shell/commit/82fc2bca5b5908ded7277db4b78297294a599d3c)) +* **samples:** Snippetgen should call await on the operation coroutine before calling result ([563be00](https://github.com/googleapis/python-shell/commit/563be001e063a0ef60cb15f2c59e70d4d7670a22)) + ## [1.4.3](https://github.com/googleapis/python-shell/compare/v1.4.2...v1.4.3) (2022-10-07) diff --git a/google/cloud/shell/gapic_version.py b/google/cloud/shell/gapic_version.py index 178df4b..997edc1 100644 --- a/google/cloud/shell/gapic_version.py +++ b/google/cloud/shell/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.4.3" # {x-release-please-version} +__version__ = "1.5.0" # {x-release-please-version} diff --git a/google/cloud/shell_v1/gapic_version.py b/google/cloud/shell_v1/gapic_version.py index 178df4b..997edc1 100644 --- a/google/cloud/shell_v1/gapic_version.py +++ b/google/cloud/shell_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.4.3" # {x-release-please-version} +__version__ = "1.5.0" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.cloud.shell.v1.json b/samples/generated_samples/snippet_metadata_google.cloud.shell.v1.json index 3389a15..dd73ca0 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.shell.v1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.shell.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-shell", - "version": "0.1.0" + "version": "1.5.0" }, "snippets": [ {