Skip to content

Commit 9421dbd

Browse files
chore(main): release 0.22.1
1 parent 350499b commit 9421dbd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/bigframes/#history
66

7+
## [0.22.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v0.22.0...v0.22.1) (2024-02-28)
8+
9+
10+
### Dependencies
11+
12+
* Update ibis to version 8.0.0 and refactor `remote_function` to use ibis UDF method ([#277](https://github.com/googleapis/python-bigquery-dataframes/issues/277)) ([350499b](https://github.com/googleapis/python-bigquery-dataframes/commit/350499bccb62e22169ab2f2e1400175b2179ef85))
13+
714
## [0.22.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v0.21.0...v0.22.0) (2024-02-27)
815

916

bigframes/version.py

+1-1
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__ = "0.22.0"
15+
__version__ = "0.22.1"

0 commit comments

Comments
 (0)