chore: librarian release pull request: 20260210T162458Z#212
chore: librarian release pull request: 20260210T162458Z#212
Conversation
Summary of ChangesHello @tswast, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request automates the release process for the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
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.
|
Closing so that I can update the image first. |
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