Skip to content

Commit 7c38ce1

Browse files
chore: release main (googleapis#13622)
🤖 I have created a release *beep* *boop* --- <details><summary>google-apps-chat: 0.2.4</summary> ## [0.2.4](googleapis/google-cloud-python@google-apps-chat-v0.2.3...google-apps-chat-v0.2.4) (2025-03-09) ### Features * Addition of space notification setting Chat API ([4c3dbf2](googleapis@4c3dbf2)) </details> <details><summary>google-cloud-dialogflow: 2.41.0</summary> ## [2.41.0](googleapis/google-cloud-python@google-cloud-dialogflow-v2.40.0...google-cloud-dialogflow-v2.41.0) (2025-03-09) ### Features * Add new RPC IngestContextReferences, GenerateSuggestions ([b1ab233](googleapis@b1ab233)) ### Documentation * clarified wording around phrase_sets ([b1ab233](googleapis@b1ab233)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b4c4a29 commit 7c38ce1

File tree

11 files changed

+29
-10
lines changed

11 files changed

+29
-10
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages/google-analytics-admin": "0.23.5",
66
"packages/google-analytics-data": "0.18.17",
77
"packages/google-apps-card": "0.1.6",
8-
"packages/google-apps-chat": "0.2.3",
8+
"packages/google-apps-chat": "0.2.4",
99
"packages/google-apps-events-subscriptions": "0.1.6",
1010
"packages/google-apps-meet": "0.1.14",
1111
"packages/google-apps-script-type": "0.3.13",
@@ -74,7 +74,7 @@
7474
"packages/google-cloud-datastream": "1.13.1",
7575
"packages/google-cloud-deploy": "2.6.1",
7676
"packages/google-cloud-developerconnect": "0.1.7",
77-
"packages/google-cloud-dialogflow": "2.40.0",
77+
"packages/google-cloud-dialogflow": "2.41.0",
7878
"packages/google-cloud-dialogflow-cx": "1.40.0",
7979
"packages/google-cloud-discoveryengine": "0.13.6",
8080
"packages/google-cloud-dlp": "3.28.0",

packages/google-apps-chat/CHANGELOG.md

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

3+
## [0.2.4](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.2.3...google-apps-chat-v0.2.4) (2025-03-09)
4+
5+
6+
### Features
7+
8+
* Addition of space notification setting Chat API ([4c3dbf2](https://github.com/googleapis/google-cloud-python/commit/4c3dbf253f5113a5565110dd33a0749fb40c8fb2))
9+
310
## [0.2.3](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.2.2...google-apps-chat-v0.2.3) (2025-02-24)
411

512

packages/google-apps-chat/google/apps/chat/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.0.0" # {x-release-please-version}
16+
__version__ = "0.2.4" # {x-release-please-version}

packages/google-apps-chat/google/apps/chat_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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.2.4" # {x-release-please-version}

packages/google-apps-chat/samples/generated_samples/snippet_metadata_google.chat.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-apps-chat",
11-
"version": "0.1.0"
11+
"version": "0.2.4"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-dialogflow/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-cloud-dialogflow/#history
66

7+
## [2.41.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dialogflow-v2.40.0...google-cloud-dialogflow-v2.41.0) (2025-03-09)
8+
9+
10+
### Features
11+
12+
* Add new RPC IngestContextReferences, GenerateSuggestions ([b1ab233](https://github.com/googleapis/google-cloud-python/commit/b1ab233a031c0d43a9aa23ca3242a17d14bbdf2e))
13+
14+
15+
### Documentation
16+
17+
* clarified wording around phrase_sets ([b1ab233](https://github.com/googleapis/google-cloud-python/commit/b1ab233a031c0d43a9aa23ca3242a17d14bbdf2e))
18+
719
## [2.40.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dialogflow-v2.39.1...google-cloud-dialogflow-v2.40.0) (2025-03-06)
820

921

packages/google-cloud-dialogflow/google/cloud/dialogflow/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.0.0" # {x-release-please-version}
16+
__version__ = "2.41.0" # {x-release-please-version}

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2/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.0.0" # {x-release-please-version}
16+
__version__ = "2.41.0" # {x-release-please-version}

packages/google-cloud-dialogflow/google/cloud/dialogflow_v2beta1/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.0.0" # {x-release-please-version}
16+
__version__ = "2.41.0" # {x-release-please-version}

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

0 commit comments

Comments
 (0)