Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 2e8927f

Browse files
authored
chore: librarian release pull request: 20260225T215852Z (#222)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.8.3 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:160860d189ff1c2f7515638478823712fa5b243e27ccc33a2728669fa1e2ed0c <details><summary>bigquery-magics: v0.12.1</summary> ## [v0.12.1](v0.12.0...v0.12.1) (2026-02-25) ### Bug Fixes * usability improvement to the graph visualizer (#215) ([7655ada](7655ada7)) </details>
1 parent e2f2b62 commit 2e8927f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:160860d189ff1c2f7515638478823712fa5b243e27ccc33a2728669fa1e2ed0c
22
libraries:
33
- id: bigquery-magics
4-
version: 0.12.0
4+
version: 0.12.1
55
last_generated_commit: ""
66
apis: []
77
source_roots:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/bigquery-magics/#history
66

7+
## [0.12.1](https://github.com/googleapis/python-bigquery-magics/compare/v0.12.0...v0.12.1) (2026-02-25)
8+
9+
10+
### Bug Fixes
11+
12+
* usability improvement to the graph visualizer (#215) ([7655ada777d16f6514040747855fd1f0e9d77b1b](https://github.com/googleapis/python-bigquery-magics/commit/7655ada777d16f6514040747855fd1f0e9d77b1b))
13+
714
## [0.12.0](https://github.com/googleapis/python-bigquery-magics/compare/v0.11.0...v0.12.0) (2026-02-10)
815

916

bigquery_magics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.12.0"
15+
__version__ = "0.12.1"

0 commit comments

Comments
 (0)