Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3681,7 +3681,7 @@ libraries:
- packages/google-cloud-translate/
tag_format: '{id}-v{version}'
- id: google-cloud-vectorsearch
version: 0.0.0
version: 0.1.0
last_generated_commit: 9fcfbea0aa5b50fa22e190faceb073d74504172b
apis:
- path: google/cloud/vectorsearch/v1beta
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-vectorsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
[PyPI History][1]

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

## [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)


### Features

* onboard a new library ([2feb74032fd9c5cc7eaf6072ab03e9e8397bd434](https://github.com/googleapis/google-cloud-python/commit/2feb74032fd9c5cc7eaf6072ab03e9e8397bd434))
7 changes: 7 additions & 0 deletions packages/google-cloud-vectorsearch/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
[PyPI History][1]

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

## [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)


### Features

* onboard a new library ([2feb74032fd9c5cc7eaf6072ab03e9e8397bd434](https://github.com/googleapis/google-cloud-python/commit/2feb74032fd9c5cc7eaf6072ab03e9e8397bd434))
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.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__ = "0.1.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-vectorsearch",
"version": "0.0.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Loading