Skip to content

Commit d5051fc

Browse files
committed
chore: create a release
1 parent 7611e6a commit d5051fc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:39628f6e89c9cad27973b9a39a50f7052bec0435ee58c7027b4fa6b655943e31
22
libraries:
33
- id: bigquery-magics
4-
version: 0.10.3
4+
version: 0.11.0
5+
last_generated_commit: ""
56
apis: []
67
source_roots:
78
- .
89
preserve_regex: []
910
remove_regex: []
1011
tag_format: v{version}
11-

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.11.0](https://github.com/googleapis/google-cloud-python/compare/bigquery-magics-v0.10.3...bigquery-magics-v0.11.0) (2025-11-07)
8+
9+
10+
### Features
11+
12+
* wip ([7611e6a96664a8a6bf877af34fcc9fb209dcd166](https://github.com/googleapis/google-cloud-python/commit/7611e6a96664a8a6bf877af34fcc9fb209dcd166))
13+
714
## [0.10.3](https://github.com/googleapis/python-bigquery-magics/compare/v0.10.2...v0.10.3) (2025-08-21)
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.10.3"
15+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)