Skip to content

Commit b94b176

Browse files
chore(main): release 1.0.0
1 parent fdc987a commit b94b176

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.29.1...v1.0.0) (2025-06-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove support for Python 3.8 ([#932](https://github.com/googleapis/python-bigquery-pandas/issues/932))
9+
10+
### Features
11+
12+
* Add Python 3.13 support ([#930](https://github.com/googleapis/python-bigquery-pandas/issues/930)) ([76e6d11](https://github.com/googleapis/python-bigquery-pandas/commit/76e6d11aaf674bc4bb4de223845cc31fe3cf5765))
13+
14+
15+
### Dependencies
16+
17+
* Remove support for Python 3.8 ([#932](https://github.com/googleapis/python-bigquery-pandas/issues/932)) ([ba35a9c](https://github.com/googleapis/python-bigquery-pandas/commit/ba35a9c3fe1acef13a629dacbc92d00f4291aa63))
18+
319
## [0.29.1](https://github.com/googleapis/python-bigquery-pandas/compare/v0.29.0...v0.29.1) (2025-06-03)
420

521

pandas_gbq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
__version__ = "0.29.1"
5+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)