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] authored Jul 12, 2024
1 parent c6f70a6 commit fcea067
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/google-analytics-admin": "0.22.8",
"packages/google-analytics-data": "0.18.9",
"packages/google-apps-card": "0.1.3",
"packages/google-apps-chat": "0.1.8",
"packages/google-apps-chat": "0.1.9",
"packages/google-apps-events-subscriptions": "0.1.1",
"packages/google-apps-meet": "0.1.7",
"packages/google-apps-script-type": "0.3.9",
Expand Down Expand Up @@ -74,7 +74,7 @@
"packages/google-cloud-dialogflow": "2.30.1",
"packages/google-cloud-dialogflow-cx": "1.34.1",
"packages/google-cloud-discoveryengine": "0.11.14",
"packages/google-cloud-dlp": "3.18.1",
"packages/google-cloud-dlp": "3.19.0",
"packages/google-cloud-dms": "1.9.4",
"packages/google-cloud-documentai": "2.29.2",
"packages/google-cloud-domains": "1.7.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-apps-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.9](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.1.8...google-apps-chat-v0.1.9) (2024-07-12)


### Features

* [google-apps-chat] add GetSpaceEvent and ListSpaceEvents APIs ([#12904](https://github.com/googleapis/google-cloud-python/issues/12904)) ([c6f70a6](https://github.com/googleapis/google-cloud-python/commit/c6f70a609e2f94161fb8ead8fcbfb49b3734d4d4))

## [0.1.8](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.1.7...google-apps-chat-v0.1.8) (2024-07-08)


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.0.0" # {x-release-please-version}
__version__ = "0.1.9" # {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.0.0" # {x-release-please-version}
__version__ = "0.1.9" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-apps-chat",
"version": "0.1.0"
"version": "0.1.9"
},
"snippets": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-dlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/google-cloud-dlp/#history

## [3.19.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dlp-v3.18.1...google-cloud-dlp-v3.19.0) (2024-07-12)


### Features

* add Cloud Storage discovery support ([aed54ad](https://github.com/googleapis/google-cloud-python/commit/aed54ad804c496221b1feb8208288cc866af32d6))


### Documentation

* Updated method documentation ([aed54ad](https://github.com/googleapis/google-cloud-python/commit/aed54ad804c496221b1feb8208288cc866af32d6))

## [3.18.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dlp-v3.18.0...google-cloud-dlp-v3.18.1) (2024-07-08)


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.0.0" # {x-release-please-version}
__version__ = "3.19.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.0.0" # {x-release-please-version}
__version__ = "3.19.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-dlp",
"version": "0.1.0"
"version": "3.19.0"
},
"snippets": [
{
Expand Down

0 comments on commit fcea067

Please sign in to comment.