Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 744350c

Browse files
chore(main): release 1.5.0
1 parent 562566b commit 744350c

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.3"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/googleapis/python-shell/compare/v1.4.3...v1.5.0) (2022-12-14)
4+
5+
6+
### Features
7+
8+
* Add CloudShellErrorCode.ENVIRONMENT_UNAVAILABLE enum value ([82fc2bc](https://github.com/googleapis/python-shell/commit/82fc2bca5b5908ded7277db4b78297294a599d3c))
9+
* Add support for `google.cloud.shell.__version__` ([82fc2bc](https://github.com/googleapis/python-shell/commit/82fc2bca5b5908ded7277db4b78297294a599d3c))
10+
* Add typing to proto.Message based class attributes ([82fc2bc](https://github.com/googleapis/python-shell/commit/82fc2bca5b5908ded7277db4b78297294a599d3c))
11+
12+
13+
### Bug Fixes
14+
15+
* Add dict typing for client_options ([82fc2bc](https://github.com/googleapis/python-shell/commit/82fc2bca5b5908ded7277db4b78297294a599d3c))
16+
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([563be00](https://github.com/googleapis/python-shell/commit/563be001e063a0ef60cb15f2c59e70d4d7670a22))
17+
* Drop usage of pkg_resources ([563be00](https://github.com/googleapis/python-shell/commit/563be001e063a0ef60cb15f2c59e70d4d7670a22))
18+
* Fix timeout default values ([563be00](https://github.com/googleapis/python-shell/commit/563be001e063a0ef60cb15f2c59e70d4d7670a22))
19+
20+
21+
### Documentation
22+
23+
* **samples:** Snippetgen handling of repeated enum field ([82fc2bc](https://github.com/googleapis/python-shell/commit/82fc2bca5b5908ded7277db4b78297294a599d3c))
24+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([563be00](https://github.com/googleapis/python-shell/commit/563be001e063a0ef60cb15f2c59e70d4d7670a22))
25+
326
## [1.4.3](https://github.com/googleapis/python-shell/compare/v1.4.2...v1.4.3) (2022-10-07)
427

528

google/cloud/shell/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.4.3" # {x-release-please-version}
16+
__version__ = "1.5.0" # {x-release-please-version}

google/cloud/shell_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.4.3" # {x-release-please-version}
16+
__version__ = "1.5.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.shell.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-shell",
11-
"version": "0.1.0"
11+
"version": "1.5.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)