Skip to content

Commit 806cd8d

Browse files
chore(main): release 2.0.0
1 parent 66f3f0b commit 806cd8d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/googleapis/python-db-dtypes-pandas/compare/v1.4.2...v2.0.0) (2025-05-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop support for Python 3.7 and 3.8 (AI Experiment) ([#337](https://github.com/googleapis/python-db-dtypes-pandas/issues/337))
9+
10+
### Bug Fixes
11+
12+
* Remove setup.cfg configuration for creating universal wheels ([#333](https://github.com/googleapis/python-db-dtypes-pandas/issues/333)) ([44a5aa2](https://github.com/googleapis/python-db-dtypes-pandas/commit/44a5aa24ef3219849e9e0bedeeaebc4b9ee53d9e))
13+
* Updates noxfile with pip freeze and pandas 1.2 ([#331](https://github.com/googleapis/python-db-dtypes-pandas/issues/331)) ([5eb2a85](https://github.com/googleapis/python-db-dtypes-pandas/commit/5eb2a85acc8292e00eea994e5e5ab54d7d037fda))
14+
15+
16+
### Dependencies
17+
18+
* Drop support for Python 3.7 and 3.8 (AI Experiment) ([#337](https://github.com/googleapis/python-db-dtypes-pandas/issues/337)) ([66f3f0b](https://github.com/googleapis/python-db-dtypes-pandas/commit/66f3f0bed9ed0aa317519f039e8623b0715af38e))
19+
* Updates deprecation warning to FutureWarning re: 3.7 and 3.8 ([#338](https://github.com/googleapis/python-db-dtypes-pandas/issues/338)) ([158243b](https://github.com/googleapis/python-db-dtypes-pandas/commit/158243b2e039db108cec3fa395d3391161042c4e))
20+
321
## [1.4.2](https://github.com/googleapis/python-db-dtypes-pandas/compare/v1.4.1...v1.4.2) (2025-03-04)
422

523

db_dtypes/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__ = "1.4.2" # pragma: NO COVER
15+
__version__ = "2.0.0" # pragma: NO COVER

0 commit comments

Comments
 (0)