Skip to content

Commit 2510af1

Browse files
chore: release main
1 parent 66c4c43 commit 2510af1

File tree

7 files changed

+61
-6
lines changed

7 files changed

+61
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"packages/google-ai-generativelanguage": "0.2.0",
33
"packages/google-apps-script-type": "0.3.1",
4-
"packages/google-area120-tables": "0.11.2",
4+
"packages/google-area120-tables": "0.12.0",
55
"packages/google-cloud-advisorynotifications": "0.2.0",
66
"packages/google-cloud-alloydb": "0.1.1",
7-
"packages/google-cloud-apigee-connect": "1.7.1",
7+
"packages/google-cloud-apigee-connect": "1.8.0",
88
"packages/google-cloud-bigquery-biglake": "0.3.0",
99
"packages/google-cloud-confidentialcomputing": "0.1.0",
1010
"packages/google-cloud-contentwarehouse": "0.5.0",

packages/google-area120-tables/CHANGELOG.md

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

3+
## [0.12.0](https://github.com/googleapis/google-cloud-python/compare/google-area120-tables-v0.11.2...google-area120-tables-v0.12.0) (2023-06-01)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([81670bc](https://github.com/googleapis/google-cloud-python/commit/81670bc66e0bb1bc5f6e6efc303ada2745eb1b85))
9+
* add support for `google.area120.tables.__version__` ([#204](https://github.com/googleapis/google-cloud-python/issues/204)) ([e2ff8f8](https://github.com/googleapis/google-cloud-python/commit/e2ff8f89b78090dc43c09e0894e08d2f3de0506d))
10+
* Add support for python 3.11 ([#219](https://github.com/googleapis/google-cloud-python/issues/219)) ([63be6d3](https://github.com/googleapis/google-cloud-python/commit/63be6d3f622ec04333c7ac88c193ae4c9543489c))
11+
* Add support for REST transport ([#194](https://github.com/googleapis/google-cloud-python/issues/194)) ([a778761](https://github.com/googleapis/google-cloud-python/commit/a7787618ba5e30160c74c101750b68015891d4db))
12+
13+
14+
### Bug Fixes
15+
16+
* **deps:** allow protobuf < 5.0.0 ([#181](https://github.com/googleapis/google-cloud-python/issues/181)) ([b716dbb](https://github.com/googleapis/google-cloud-python/commit/b716dbb77dfaea80704d1dd74b2c8ea4154ca5ad))
17+
* **deps:** allow protobuf 3.19.5 ([#201](https://github.com/googleapis/google-cloud-python/issues/201)) ([35868e0](https://github.com/googleapis/google-cloud-python/commit/35868e015a7dd2b0453857b1d105c1375af30934))
18+
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([#214](https://github.com/googleapis/google-cloud-python/issues/214)) ([566c08b](https://github.com/googleapis/google-cloud-python/commit/566c08b7c34d1ad2ff0889740d03f8b63e37f4b6))
19+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#173](https://github.com/googleapis/google-cloud-python/issues/173)) ([81670bc](https://github.com/googleapis/google-cloud-python/commit/81670bc66e0bb1bc5f6e6efc303ada2745eb1b85))
20+
* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([a778761](https://github.com/googleapis/google-cloud-python/commit/a7787618ba5e30160c74c101750b68015891d4db))
21+
* **deps:** require google-api-core>=1.33.2 ([35868e0](https://github.com/googleapis/google-cloud-python/commit/35868e015a7dd2b0453857b1d105c1375af30934))
22+
* **deps:** require proto-plus >= 1.22.0 ([b716dbb](https://github.com/googleapis/google-cloud-python/commit/b716dbb77dfaea80704d1dd74b2c8ea4154ca5ad))
23+
* **deps:** require protobuf >= 3.20.1 ([a778761](https://github.com/googleapis/google-cloud-python/commit/a7787618ba5e30160c74c101750b68015891d4db))
24+
* **deps:** require protobuf >= 3.20.2 ([#198](https://github.com/googleapis/google-cloud-python/issues/198)) ([2c18357](https://github.com/googleapis/google-cloud-python/commit/2c1835713547fc06550ec42f7785747d0024fefb))
25+
* require python 3.7+ ([#175](https://github.com/googleapis/google-cloud-python/issues/175)) ([53302e4](https://github.com/googleapis/google-cloud-python/commit/53302e45aef895bb189c574e79283814095928ef))
26+
27+
28+
### Documentation
29+
30+
* Add documentation for enums ([#221](https://github.com/googleapis/google-cloud-python/issues/221)) ([a7de734](https://github.com/googleapis/google-cloud-python/commit/a7de7343346a2709890a1535ac5a9d7741f85da4))
31+
* Fix formatting of request arg in docstring ([#230](https://github.com/googleapis/google-cloud-python/issues/230)) ([04c3e88](https://github.com/googleapis/google-cloud-python/commit/04c3e884491bc2bf1ee2ac87f15af82c044bbdec))
32+
333
## [0.11.2](https://github.com/googleapis/python-area120-tables/compare/v0.11.1...v0.11.2) (2023-03-23)
434

535

packages/google-area120-tables/google/area120/tables/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__ = "0.11.2" # {x-release-please-version}
16+
__version__ = "0.12.0" # {x-release-please-version}

packages/google-area120-tables/google/area120/tables_v1alpha1/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__ = "0.11.2" # {x-release-please-version}
16+
__version__ = "0.12.0" # {x-release-please-version}

packages/google-cloud-apigee-connect/CHANGELOG.md

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

3+
## [1.8.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-apigee-connect-v1.7.1...google-cloud-apigee-connect-v1.8.0) (2023-06-01)
4+
5+
6+
### Features
7+
8+
* add audience parameter ([ac7a473](https://github.com/googleapis/google-cloud-python/commit/ac7a473872fe17e5e96827db592ae32315334a01))
9+
* add support for `google.cloud.apigeeconnect.__version__` ([#153](https://github.com/googleapis/google-cloud-python/issues/153)) ([e7416f3](https://github.com/googleapis/google-cloud-python/commit/e7416f376853f32a9a3c14fdf8cc7a94ff6cdf8a))
10+
* Add support for python 3.11 ([#168](https://github.com/googleapis/google-cloud-python/issues/168)) ([20334a1](https://github.com/googleapis/google-cloud-python/commit/20334a1156c6029e837279e6c19fb1ab8e1b5b90))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** allow protobuf < 5.0.0 ([#133](https://github.com/googleapis/google-cloud-python/issues/133)) ([1df994a](https://github.com/googleapis/google-cloud-python/commit/1df994a9d55c014a93b1ddd1ea2cf16c16493d12))
16+
* **deps:** allow protobuf 3.19.5 ([#151](https://github.com/googleapis/google-cloud-python/issues/151)) ([54b394b](https://github.com/googleapis/google-cloud-python/commit/54b394bd03f7491c280572f092d36881d652a102))
17+
* **deps:** Require google-api-core >=1.34.0, >=2.11.0 ([#163](https://github.com/googleapis/google-cloud-python/issues/163)) ([01b4500](https://github.com/googleapis/google-cloud-python/commit/01b4500f508526658c5fb1e046b8bb938b07cb65))
18+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#124](https://github.com/googleapis/google-cloud-python/issues/124)) ([ac7a473](https://github.com/googleapis/google-cloud-python/commit/ac7a473872fe17e5e96827db592ae32315334a01))
19+
* **deps:** require proto-plus >= 1.22.0 ([1df994a](https://github.com/googleapis/google-cloud-python/commit/1df994a9d55c014a93b1ddd1ea2cf16c16493d12))
20+
* **deps:** require protobuf >= 3.20.2 ([#148](https://github.com/googleapis/google-cloud-python/issues/148)) ([d97b88d](https://github.com/googleapis/google-cloud-python/commit/d97b88d1d4b0cbd7ae77ef858940f76bfb523eb6))
21+
* require python 3.7+ ([#126](https://github.com/googleapis/google-cloud-python/issues/126)) ([d20ecfd](https://github.com/googleapis/google-cloud-python/commit/d20ecfd902999ccbc5d063edf26fbe1768966b07))
22+
23+
24+
### Documentation
25+
26+
* Add documentation for enums ([#171](https://github.com/googleapis/google-cloud-python/issues/171)) ([9e48540](https://github.com/googleapis/google-cloud-python/commit/9e48540509d205d905d223f1624ba2d129fc3669))
27+
328
## [1.7.1](https://github.com/googleapis/python-apigee-connect/compare/v1.7.0...v1.7.1) (2023-01-20)
429

530

packages/google-cloud-apigee-connect/google/cloud/apigeeconnect/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.7.1" # {x-release-please-version}
16+
__version__ = "1.8.0" # {x-release-please-version}

packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_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.7.1" # {x-release-please-version}
16+
__version__ = "1.8.0" # {x-release-please-version}

0 commit comments

Comments
 (0)