Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 1, 2023
1 parent 66c4c43 commit 2510af1
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/google-ai-generativelanguage": "0.2.0",
"packages/google-apps-script-type": "0.3.1",
"packages/google-area120-tables": "0.11.2",
"packages/google-area120-tables": "0.12.0",
"packages/google-cloud-advisorynotifications": "0.2.0",
"packages/google-cloud-alloydb": "0.1.1",
"packages/google-cloud-apigee-connect": "1.7.1",
"packages/google-cloud-apigee-connect": "1.8.0",
"packages/google-cloud-bigquery-biglake": "0.3.0",
"packages/google-cloud-confidentialcomputing": "0.1.0",
"packages/google-cloud-contentwarehouse": "0.5.0",
Expand Down
30 changes: 30 additions & 0 deletions packages/google-area120-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [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)


### Features

* add audience parameter ([81670bc](https://github.com/googleapis/google-cloud-python/commit/81670bc66e0bb1bc5f6e6efc303ada2745eb1b85))
* 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))
* 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))
* 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))


### Bug Fixes

* **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))
* **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))
* **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))
* **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))
* **deps:** require google-api-core>=1.33.1,>=2.8.0 ([a778761](https://github.com/googleapis/google-cloud-python/commit/a7787618ba5e30160c74c101750b68015891d4db))
* **deps:** require google-api-core>=1.33.2 ([35868e0](https://github.com/googleapis/google-cloud-python/commit/35868e015a7dd2b0453857b1d105c1375af30934))
* **deps:** require proto-plus >= 1.22.0 ([b716dbb](https://github.com/googleapis/google-cloud-python/commit/b716dbb77dfaea80704d1dd74b2c8ea4154ca5ad))
* **deps:** require protobuf >= 3.20.1 ([a778761](https://github.com/googleapis/google-cloud-python/commit/a7787618ba5e30160c74c101750b68015891d4db))
* **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))
* require python 3.7+ ([#175](https://github.com/googleapis/google-cloud-python/issues/175)) ([53302e4](https://github.com/googleapis/google-cloud-python/commit/53302e45aef895bb189c574e79283814095928ef))


### Documentation

* Add documentation for enums ([#221](https://github.com/googleapis/google-cloud-python/issues/221)) ([a7de734](https://github.com/googleapis/google-cloud-python/commit/a7de7343346a2709890a1535ac5a9d7741f85da4))
* 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))

## [0.11.2](https://github.com/googleapis/python-area120-tables/compare/v0.11.1...v0.11.2) (2023-03-23)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.11.2" # {x-release-please-version}
__version__ = "0.12.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.11.2" # {x-release-please-version}
__version__ = "0.12.0" # {x-release-please-version}
25 changes: 25 additions & 0 deletions packages/google-cloud-apigee-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [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)


### Features

* add audience parameter ([ac7a473](https://github.com/googleapis/google-cloud-python/commit/ac7a473872fe17e5e96827db592ae32315334a01))
* 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))
* 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))


### Bug Fixes

* **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))
* **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))
* **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))
* **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))
* **deps:** require proto-plus >= 1.22.0 ([1df994a](https://github.com/googleapis/google-cloud-python/commit/1df994a9d55c014a93b1ddd1ea2cf16c16493d12))
* **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))
* require python 3.7+ ([#126](https://github.com/googleapis/google-cloud-python/issues/126)) ([d20ecfd](https://github.com/googleapis/google-cloud-python/commit/d20ecfd902999ccbc5d063edf26fbe1768966b07))


### Documentation

* Add documentation for enums ([#171](https://github.com/googleapis/google-cloud-python/issues/171)) ([9e48540](https://github.com/googleapis/google-cloud-python/commit/9e48540509d205d905d223f1624ba2d129fc3669))

## [1.7.1](https://github.com/googleapis/python-apigee-connect/compare/v1.7.0...v1.7.1) (2023-01-20)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.7.1" # {x-release-please-version}
__version__ = "1.8.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.7.1" # {x-release-please-version}
__version__ = "1.8.0" # {x-release-please-version}

0 comments on commit 2510af1

Please sign in to comment.