Skip to content

Commit 3c265a4

Browse files
authored
chore: librarian release pull request: 20251107T195759Z (#14861)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v1.0.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest <details><summary>google-cloud-vectorsearch: 0.1.0</summary> ## [0.1.0](google-cloud-vectorsearch-v0.0.0...google-cloud-vectorsearch-v0.1.0) (2025-11-07) ### Features * onboard a new library (PiperOrigin-RevId: 828838688) ([2feb740](2feb7403)) </details>
1 parent 2feb740 commit 3c265a4

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3681,7 +3681,7 @@ libraries:
36813681
- packages/google-cloud-translate/
36823682
tag_format: '{id}-v{version}'
36833683
- id: google-cloud-vectorsearch
3684-
version: 0.0.0
3684+
version: 0.1.0
36853685
last_generated_commit: 9fcfbea0aa5b50fa22e190faceb073d74504172b
36863686
apis:
36873687
- path: google/cloud/vectorsearch/v1beta

packages/google-cloud-vectorsearch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@
33
[PyPI History][1]
44

55
[1]: https://pypi.org/project/google-cloud-vectorsearch/#history
6+
7+
## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-vectorsearch-v0.0.0...google-cloud-vectorsearch-v0.1.0) (2025-11-07)
8+
9+
10+
### Features
11+
12+
* onboard a new library ([2feb74032fd9c5cc7eaf6072ab03e9e8397bd434](https://github.com/googleapis/google-cloud-python/commit/2feb74032fd9c5cc7eaf6072ab03e9e8397bd434))

packages/google-cloud-vectorsearch/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@
33
[PyPI History][1]
44

55
[1]: https://pypi.org/project/google-cloud-vectorsearch/#history
6+
7+
## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-vectorsearch-v0.0.0...google-cloud-vectorsearch-v0.1.0) (2025-11-07)
8+
9+
10+
### Features
11+
12+
* onboard a new library ([2feb74032fd9c5cc7eaf6072ab03e9e8397bd434](https://github.com/googleapis/google-cloud-python/commit/2feb74032fd9c5cc7eaf6072ab03e9e8397bd434))

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

0 commit comments

Comments
 (0)