8000 chore(main): release 1.6.0 (#246) · googleapis/google-cloud-python@04a892c · GitHub
[go: up one dir, main page]

Skip to content

Commit 04a892c

Browse files
chore(main): release 1.6.0 (#246)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5ba25be commit 04a892c

File tree

7 files changed

+28
-6
lines changed

7 files changed

+28
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.3"
2+
".": "1.6.0"
33
}

packages/google-cloud-service-directory/CHANGELOG.md

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

3+
## [1.6.0](https://github.com/googleapis/python-service-directory/compare/v1.5.3...v1.6.0) (2022-12-14)
4+
5+
6+
### Features
7+
8+
* Add support for `google.cloud.servicedirectory.__version__` ([8e84d42](https://github.com/googleapis/python-service-directory/commit/8e84d42c42fb37d7b11eb17ee70619124f6cd338))
9+
* Add typing to proto.Message based class attributes ([8e84d42](https://github.com/googleapis/python-service-directory/commit/8e84d42c42fb37d7b11eb17ee70619124f6cd338))
10+
11+
12+
### Bug Fixes
13+
14+
* Add dict typing for client_options ([8e84d42](https://github.com/googleapis/python-service-directory/commit/8e84d42c42fb37d7b11eb17ee70619124f6cd338))
15+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([9fae8c9](https://github.com/googleapis/python-service-directory/commit/9fae8c9648e09da82a80af7fe1a84fad6f8402ab))
16+
* Drop usage of pkg_resources ([9fae8c9](https://github.com/googleapis/python-service-directory/commit/9fae8c9648e09da82a80af7fe1a84fad6f8402ab))
17+
* Fix timeout default values ([9fae8c9](https://github.com/googleapis/python-service-directory/commit/9fae8c9648e09da82a80af7fe1a84fad6f8402ab))
18+
19+
20+
### Documentation
21+
22+
* **samples:** Snippetgen handling of repeated enum field ([8e84d42](https://github.com/googleapis/python-service-directory/commit/8e84d42c42fb37d7b11eb17ee70619124f6cd338))
23+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([9fae8c9](https://github.com/googleapis/python-service-directory/commit/9fae8c9648e09da82a80af7fe1a84fad6f8402ab))
24+
325
## [1.5.3](https://github.com/googleapis/python-service-directory/compare/v1.5.2...v1.5.3) (2022-10-07)
426

527

packages/google-cloud-service-directory/google/cloud/servicedirectory/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.5.3" # {x-release-please-version}
16+
__version__ = "1.6.0" # {x-release-please-version}

packages/google-cloud-service-directory/google/cloud/servicedirectory_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.5.3" # {x-release-please-version}
16+
__version__ = "1.6.0" # {x-release-please-version}

packages/google-cloud-service-directory/google/cloud/servicedirectory_v1beta1/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.5.3" # {x-release-please-version}
16+
__version__ = "1.6.0" # {x-release-please-version}

packages/google-cloud-service-directory/samples/generated_samples/snippet_metadata_google.cloud.servicedirectory.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-service-directory",
11-
"version": "0.1.0"
11+
"version": "1.6.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-service-directory/samples/generated_samples/snippet_metadata_google.cloud.servicedirectory.v1beta1.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-service-directory",
11-
"version": "0.1.0"
11+
"version": "1.6.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)
0