Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
libraries:
- id: pandas-gbq
version: 0.31.1
version: 0.32.0
last_generated_commit: ""
apis: []
source_roots:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/pandas-gbq/#history

## [0.32.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.31.1...pandas-gbq-v0.32.0) (2025-12-16)


### Features

* Add support for Python 3.14 (#976) ([89b008d81e5992966ccab675511bc944682d0549](https://github.com/googleapis/google-cloud-python/commit/89b008d81e5992966ccab675511bc944682d0549))


### Bug Fixes

* boolean round-trip test and CSV datetime loading errors (#1000) ([d4431030e1b537e12f850d8206741b62ff4d7d67](https://github.com/googleapis/google-cloud-python/commit/d4431030e1b537e12f850d8206741b62ff4d7d67))
Comment on lines +7 to +17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The release and commit links in this new changelog entry point to the wrong repository (google-cloud-python instead of python-bigquery-pandas). Also, the tag format for the release link and the commit hash format for the commit links are inconsistent with the rest of the file.

I've suggested a fix that corrects the repository in the links and aligns the formatting with the conventions used elsewhere in this changelog (simple vX.Y.Z tags and 7-character commit hashes).

Suggested change
## [0.32.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.31.1...pandas-gbq-v0.32.0) (2025-12-16)
### Features
* Add support for Python 3.14 (#976) ([89b008d81e5992966ccab675511bc944682d0549](https://github.com/googleapis/google-cloud-python/commit/89b008d81e5992966ccab675511bc944682d0549))
### Bug Fixes
* boolean round-trip test and CSV datetime loading errors (#1000) ([d4431030e1b537e12f850d8206741b62ff4d7d67](https://github.com/googleapis/google-cloud-python/commit/d4431030e1b537e12f850d8206741b62ff4d7d67))
## [0.32.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.31.1...v0.32.0) (2025-12-16)
### Features
* Add support for Python 3.14 (#976) ([89b008d](https://github.com/googleapis/python-bigquery-pandas/commit/89b008d81e5992966ccab675511bc944682d0549))
### Bug Fixes
* boolean round-trip test and CSV datetime loading errors (#1000) ([d443103](https://github.com/googleapis/python-bigquery-pandas/commit/d4431030e1b537e12f850d8206741b62ff4d7d67))


## [0.31.1](https://github.com/googleapis/python-bigquery-pandas/compare/v0.31.0...v0.31.1) (2025-12-08)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion pandas_gbq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

__version__ = "0.31.1"
__version__ = "0.32.0"