Skip to content

Commit 3a6894e

Browse files
chore: release main (#11213)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8cbeab1 commit 3a6894e

File tree

31 files changed

+84
-30
lines changed

31 files changed

+84
-30
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/google-ai-generativelanguage": "0.2.0",
3-
"packages/google-apps-script-type": "0.3.1",
2+
"packages/google-ai-generativelanguage": "0.2.1",
3+
"packages/google-apps-script-type": "0.3.2",
44
"packages/google-area120-tables": "0.11.2",
55
"packages/google-cloud-advisorynotifications": "0.2.0",
66
"packages/google-cloud-alloydb": "0.1.1",
@@ -19,9 +19,9 @@
1919
"packages/google-cloud-support": "0.1.0",
2020
"packages/google-cloud-vmwareengine": "1.0.1",
2121
"packages/google-cloud-workstations": "0.4.0",
22-
"packages/google-geo-type": "0.3.0",
23-
"packages/google-maps-addressvalidation": "0.3.3",
24-
"packages/google-maps-mapsplatformdatasets": "0.2.1",
25-
"packages/google-maps-places": "0.1.0",
26-
"packages/google-maps-routing": "0.5.0"
22+
"packages/google-geo-type": "0.3.1",
23+
"packages/google-maps-addressvalidation": "0.3.4",
24+
"packages/google-maps-mapsplatformdatasets": "0.3.0",
25+
"packages/google-maps-places": "0.1.1",
26+
"packages/google-maps-routing": "0.5.1"
2727
}

packages/google-ai-generativelanguage/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.1](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.2.0...google-ai-generativelanguage-v0.2.1) (2023-06-03)
4+
5+
6+
### Documentation
7+
8+
* fix broken client library documentation links ([#11192](https://github.com/googleapis/google-cloud-python/issues/11192)) ([5e17f7a](https://github.com/googleapis/google-cloud-python/commit/5e17f7a901bbbae8ff9a44ed62f1abd2386da2c8))
9+
310
## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.1.0...google-ai-generativelanguage-v0.2.0) (2023-05-05)
411

512

packages/google-ai-generativelanguage/google/ai/generativelanguage/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.2.0" # {x-release-please-version}
17+
__version__ = "0.2.1" # {x-release-please-version}

packages/google-ai-generativelanguage/google/ai/generativelanguage_v1beta2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.2.0" # {x-release-please-version}
17+
__version__ = "0.2.1" # {x-release-please-version}

packages/google-ai-generativelanguage/samples/generated_samples/snippet_metadata_google.ai.generativelanguage.v1beta2.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-ai-generativelanguage",
11-
"version": "0.2.0"
11+
"version": "0.2.1"
1212
},
1313
"snippets": [
1414
{

packages/google-apps-script-type/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.3.2](https://github.com/googleapis/google-cloud-python/compare/google-apps-script-type-v0.3.1...google-apps-script-type-v0.3.2) (2023-06-03)
4+
5+
6+
### Documentation
7+
8+
* fix broken client library documentation links ([#11192](https://github.com/googleapis/google-cloud-python/issues/11192)) ([5e17f7a](https://github.com/googleapis/google-cloud-python/commit/5e17f7a901bbbae8ff9a44ed62f1abd2386da2c8))
9+
310
## [0.3.1](https://github.com/googleapis/google-cloud-python/compare/google-apps-script-type-v0.3.0...google-apps-script-type-v0.3.1) (2023-01-20)
411

512

packages/google-apps-script-type/google/apps/script/type/calendar/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.1.0" # {x-release-please-version}
17+
__version__ = "0.3.2" # {x-release-please-version}

packages/google-apps-script-type/google/apps/script/type/docs/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.1.0" # {x-release-please-version}
17+
__version__ = "0.3.2" # {x-release-please-version}

packages/google-apps-script-type/google/apps/script/type/drive/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.1.0" # {x-release-please-version}
17+
__version__ = "0.3.2" # {x-release-please-version}

packages/google-apps-script-type/google/apps/script/type/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "0.3.1" # {x-release-please-version}
17+
__version__ = "0.3.2" # {x-release-please-version}

0 commit comments

Comments
 (0)