From b034f0aa4e3baa6e2f190873d7aa37cca9870169 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 17:05:39 +0000 Subject: [PATCH 1/2] chore(main): release 1.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ pandas_gbq/version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e60c5bb..a28c4a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.29.1...v1.0.0) (2025-07-09) + + +### ⚠ BREAKING CHANGES + +* Remove support for Python 3.8 ([#932](https://github.com/googleapis/python-bigquery-pandas/issues/932)) + +### Features + +* 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)) + + +### Dependencies + +* 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)) + ## [0.29.1](https://github.com/googleapis/python-bigquery-pandas/compare/v0.29.0...v0.29.1) (2025-06-03) diff --git a/pandas_gbq/version.py b/pandas_gbq/version.py index 90bd1ac4..42f03e4f 100644 --- a/pandas_gbq/version.py +++ b/pandas_gbq/version.py @@ -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.29.1" +__version__ = "1.0.0" From ac8b5b5df43a4149feabeb9844bc1f2cae402aa8 Mon Sep 17 00:00:00 2001 From: chalmer lowe Date: Wed, 9 Jul 2025 17:08:51 +0000 Subject: [PATCH 2/2] chore: release 0.30.0 Release-As: 0.30.0