Skip to content

Commit 7510768

Browse files
chore: release main (googleapis#12444)
🤖 I have created a release *beep* *boop* --- <details><summary>google-apps-events-subscriptions: 0.1.0</summary> ## 0.1.0 (2024-03-12) ### Features * add initial files for google.apps.events.subscriptions.v1 ([googleapis#12436](googleapis#12436)) ([81fbac0](googleapis@81fbac0)) </details> <details><summary>google-cloud-dialogflow: 2.29.0</summary> ## [2.29.0](googleapis/google-cloud-python@google-cloud-dialogflow-v2.28.3...google-cloud-dialogflow-v2.29.0) (2024-03-12) ### Features * added conformer model migration opt out flag ([c2c997b](googleapis@c2c997b)) * added text sections to the submitted summary ([c2c997b](googleapis@c2c997b)) ### Documentation * clarified wording around END_OF_SINGLE_UTTERANCE ([c2c997b](googleapis@c2c997b)) </details> <details><summary>google-cloud-discoveryengine: 0.11.10</summary> ## [0.11.10](googleapis/google-cloud-python@google-cloud-discoveryengine-v0.11.9...google-cloud-discoveryengine-v0.11.10) (2024-03-12) ### Features * add billing estimation services ([9b1d014](googleapis@9b1d014)) * add document processing config services ([9b1d014](googleapis@9b1d014)) * add search tuning services ([9b1d014](googleapis@9b1d014)) * add serving config services ([9b1d014](googleapis@9b1d014)) * add suggestion deny list import/purge services ([9b1d014](googleapis@9b1d014)) * allow setting schema on schema creation ([9b1d014](googleapis@9b1d014)) * support acl-based and blended search ([9b1d014](googleapis@9b1d014)) * support batch documents purge with GCS input ([9b1d014](googleapis@9b1d014)) * support boost in multi-turn search ([9b1d014](googleapis@9b1d014)) * support chunk-based document search ([9b1d014](googleapis@9b1d014)) * support search adaptor based search ([9b1d014](googleapis@9b1d014)) ### Documentation * keep the API doc up-to-date with recent changes ([9b1d014](googleapis@9b1d014)) </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 0482063 commit 7510768

18 files changed

Lines changed: 62 additions & 18 deletions

File tree

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/google-analytics-data": "0.18.7",
55
"packages/google-apps-card": "0.1.1",
66
"packages/google-apps-chat": "0.1.0",
7-
"packages/google-apps-events-subscriptions": "0.0.0",
7+
"packages/google-apps-events-subscriptions": "0.1.0",
88
"packages/google-apps-meet": "0.1.6",
99
"packages/google-apps-script-type": "0.3.8",
1010
"packages/google-area120-tables": "0.11.9",
@@ -68,9 +68,9 @@
6868
"packages/google-cloud-dataproc-metastore": "1.15.3",
6969
"packages/google-cloud-datastream": "1.9.3",
7070
"packages/google-cloud-deploy": "1.17.3",
71-
"packages/google-cloud-dialogflow": "2.28.3",
71+
"packages/google-cloud-dialogflow": "2.29.0",
7272
"packages/google-cloud-dialogflow-cx": "1.32.1",
73-
"packages/google-cloud-discoveryengine": "0.11.9",
73+
"packages/google-cloud-discoveryengine": "0.11.10",
7474
"packages/google-cloud-dlp": "3.16.0",
7575
"packages/google-cloud-dms": "1.9.3",
7676
"packages/google-cloud-documentai": "2.24.1",
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Changelog
1+
# Changelog
2+
3+
## 0.1.0 (2024-03-12)
4+
5+
6+
### Features
7+
8+
* add initial files for google.apps.events.subscriptions.v1 ([#12436](https://github.com/googleapis/google-cloud-python/issues/12436)) ([81fbac0](https://github.com/googleapis/google-cloud-python/commit/81fbac0821f40ccbd80345872c3d8bb9a4dddcd6))
9+
10+
## Changelog

packages/google-apps-events-subscriptions/google/apps/events_subscriptions/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.1.0" # {x-release-please-version}

packages/google-apps-events-subscriptions/google/apps/events_subscriptions_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.1.0" # {x-release-please-version}

packages/google-cloud-dialogflow/CHANGELOG.md

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

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

7+
## [2.29.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dialogflow-v2.28.3...google-cloud-dialogflow-v2.29.0) (2024-03-12)
8+
9+
10+
### Features
11+
12+
* added conformer model migration opt out flag ([c2c997b](https://github.com/googleapis/google-cloud-python/commit/c2c997be80a73c7a094f77eca78491f2e6f51290))
13+
* added text sections to the submitted summary ([c2c997b](https://github.com/googleapis/google-cloud-python/commit/c2c997be80a73c7a094f77eca78491f2e6f51290))
14+
15+
16+
### Documentation
17+
18+
* clarified wording around END_OF_SINGLE_UTTERANCE ([c2c997b](https://github.com/googleapis/google-cloud-python/commit/c2c997be80a73c7a094f77eca78491f2e6f51290))
19+
720
## [2.28.3](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dialogflow-v2.28.2...google-cloud-dialogflow-v2.28.3) (2024-03-05)
821

922

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.29.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.29.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.29.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.29.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-dialogflow/samples/generated_samples/snippet_metadata_google.cloud.dialogflow.v2beta1.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.29.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)