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
3 changes: 2 additions & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
libraries:
- id: db-dtypes
version: 1.4.3
version: 1.5.0
last_generated_commit: ""
apis: []
source_roots:
- .
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/db-dtypes/#history

## [1.5.0](https://github.com/googleapis/google-cloud-python/compare/db-dtypes-v1.4.3...db-dtypes-v1.5.0) (2025-12-15)


### Features

* Add support for Python 3.14 (#380) ([c164a47be909203606cf982d6f0becc6c8efdb09](https://github.com/googleapis/google-cloud-python/commit/c164a47be909203606cf982d6f0becc6c8efdb09))
Comment on lines +7 to +12

Choose a reason for hiding this comment

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

medium

The generated links in this changelog entry appear to be incorrect.

  • The repository in the URLs is google-cloud-python, but it should be python-db-dtypes-pandas.
  • The version comparison in the release link is against v1.4.3, but the previous version was 1.4.4 (as seen in db_dtypes/version.py before this change).
  • The tag format db-dtypes-vX.Y.Z is inconsistent with previous entries which use vX.Y.Z.

I've suggested a fix that aligns with the previous changelog entries.

Suggested change
## [1.5.0](https://github.com/googleapis/google-cloud-python/compare/db-dtypes-v1.4.3...db-dtypes-v1.5.0) (2025-12-15)
### Features
* Add support for Python 3.14 (#380) ([c164a47be909203606cf982d6f0becc6c8efdb09](https://github.com/googleapis/google-cloud-python/commit/c164a47be909203606cf982d6f0becc6c8efdb09))
## [1.5.0](https://github.com/googleapis/python-db-dtypes-pandas/compare/v1.4.4...v1.5.0) (2025-12-15)
### Features
* Add support for Python 3.14 (#380) ([c164a47be909203606cf982d6f0becc6c8efdb09](https://github.com/googleapis/python-db-dtypes-pandas/commit/c164a47be909203606cf982d6f0becc6c8efdb09))


## [1.4.4](https://github.com/googleapis/python-db-dtypes-pandas/compare/v1.4.3...v1.4.4) (2025-09-08)


Expand Down
2 changes: 1 addition & 1 deletion db_dtypes/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.4.4" # pragma: NO COVER
__version__ = "1.5.0" # pragma: NO COVER