We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366cb55 commit 3be3347Copy full SHA for 3be3347
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.22.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.21.0...v0.22.0) (2024-02-23)
4
+
5
6
+### Features
7
8
+* Move bqstorage to extras and add debug capability ([#735](https://github.com/googleapis/python-bigquery-pandas/issues/735)) ([366cb55](https://github.com/googleapis/python-bigquery-pandas/commit/366cb55a5f2dde4f92994de9ba6c59eb3e1d7c9f))
9
10
## [0.21.0](https://github.com/googleapis/python-bigquery-pandas/compare/v0.20.0...v0.21.0) (2024-01-25)
11
12
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.21.0"
+__version__ = "0.22.0"
0 commit comments