chore: librarian release pull request: 20260210T162458Z#212
Conversation
There was a problem hiding this comment.
Code Review
This pull request appears to be an automated release update generated by the Librarian CLI. It correctly updates the version number for bigquery-magics to 0.12.0 across the .librarian/state.yaml configuration file, the CHANGELOG.md file, and the bigquery_magics/version.py source file. The changes are consistent with a standard version bump and changelog entry, reflecting the features and bug fixes mentioned in the PR description. No functional code changes were introduced in this pull request, and the updates are administrative in nature for the release process.
| [1]: https://pypi.org/project/bigquery-magics/#history | ||
|
|
||
| ## [0.11.0](https://github.com/googleapis/google-cloud-python/compare/bigquery-magics-v0.10.3...bigquery-magics-v0.11.0) (2025-12-16) | ||
| ## [0.12.0](https://github.com/googleapis/python-bigquery-magics/compare/bigquery-magics-v0.11.0...bigquery-magics-v0.12.0) (2026-02-10) |
There was a problem hiding this comment.
We probably want to manually update the librarian image first, so that the CHANGELOG link would be automatically updated rather than manually.

PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v0.8.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
bigquery-magics: 0.12.0
0.12.0 (2026-02-10)
Features
support schema view (feat: support schema view #211) (8e1883ee)
remove bqsql magic to make that name available for bigframes (feat: remove bqsql magic to make that name available for bigframes #210) (c46c94af)
Bug Fixes