From fd3c378b48342c43f1eefb1342ee4a441f104559 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Tue, 11 Nov 2025 21:18:19 +0000 Subject: [PATCH 1/2] feat: some feature --- noxfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/noxfile.py b/noxfile.py index 4c5dbd6..3e564d8 100644 --- a/noxfile.py +++ b/noxfile.py @@ -16,6 +16,7 @@ # Generated by synthtool. DO NOT EDIT! + from __future__ import absolute_import import os From 6d04838c82a3037e067b31b9771d426d3021a18b Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Tue, 11 Nov 2025 21:24:20 +0000 Subject: [PATCH 2/2] chore: create a release --- .librarian/state.yaml | 3 ++- CHANGELOG.md | 7 +++++++ bigquery_magics/version.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 5016e3b..8fca3e2 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1,7 +1,8 @@ image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 libraries: - id: bigquery-magics - version: 0.10.3 + version: 0.11.0 + last_generated_commit: "" apis: [] source_roots: - . diff --git a/CHANGELOG.md b/CHANGELOG.md index c324006..3c8dd26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [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-11-11) + + +### Features + +* some feature ([fd3c378b48342c43f1eefb1342ee4a441f104559](https://github.com/googleapis/google-cloud-python/commit/fd3c378b48342c43f1eefb1342ee4a441f104559)) + ## [0.10.3](https://github.com/googleapis/python-bigquery-magics/compare/v0.10.2...v0.10.3) (2025-08-21) diff --git a/bigquery_magics/version.py b/bigquery_magics/version.py index 5ac5aa4..5c53183 100644 --- a/bigquery_magics/version.py +++ b/bigquery_magics/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.10.3" +__version__ = "0.11.0"