Skip to content

Commit

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

## [2.24.1](https://github.com/ibis-project/ibis-substrait/compare/v2.24.0...v2.24.1) (2023-03-10)


### Bug Fixes

* cast floor and ceil to integer types to workaround acero ([0d52d4d](https://github.com/ibis-project/ibis-substrait/commit/0d52d4d65bdf5094e3c82ed3e1ff3948c16ab53f))

## [2.24.0](https://github.com/ibis-project/ibis-substrait/compare/v2.23.0...v2.24.0) (2023-03-02)


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.24.0"
__version__ = "2.24.1"
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.24.0"
version = "2.24.1"
build = "build.py"
packages = [{ include = "ibis_substrait" }]
homepage = "https://github.com/ibis-project/ibis-substrait"
Expand Down

0 comments on commit 8b96fc6

Please sign in to comment.