Skip to content

Commit

Permalink
chore(release): 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 0b8d4f2 commit c85007d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
---

## [2.26.0](https://github.com/ibis-project/ibis-substrait/compare/v2.25.1...v2.26.0) (2023-03-14)


### Features

* **udf:** add support for pyarrow / acero UDFs ([9bc455b](https://github.com/ibis-project/ibis-substrait/commit/9bc455bd2a03dcfd34c42ea35d4e4fed50c03c23))


### Bug Fixes

* **cast:** specify failure behavior in cast call ([a5ed55e](https://github.com/ibis-project/ibis-substrait/commit/a5ed55e559cb570b7885aef0b8d8940a6ed54c21))

## [2.25.1](https://github.com/ibis-project/ibis-substrait/compare/v2.25.0...v2.25.1) (2023-03-14)


Expand Down
2 changes: 1 addition & 1 deletion ibis_substrait/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.25.1"
__version__ = "2.26.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ibis-substrait"
version = "2.25.1"
version = "2.26.0"
build = "build.py"
packages = [{ include = "ibis_substrait" }]
homepage = "https://github.com/ibis-project/ibis-substrait"
Expand Down

0 comments on commit c85007d

Please sign in to comment.