Skip to content

Commit

Permalink
chore(release): 2.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 30, 2023
1 parent 82d38a5 commit 6955517
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes
---

## [2.29.1](https://github.com/ibis-project/ibis-substrait/compare/v2.29.0...v2.29.1) (2023-06-30)


### Bug Fixes

* **deps:** update dependency packaging to v23.1 ([82d38a5](https://github.com/ibis-project/ibis-substrait/commit/82d38a53ed6dc58c0f854d57c281ed5ca816341f))


### Documentation

* add documentation to test_pyarrow::test_extension_udf ([d024b08](https://github.com/ibis-project/ibis-substrait/commit/d024b082078d08060d4c349844e640429cc0450a))


### Refactors

* uses clearer import name for pyarrow.substrait ([65ba567](https://github.com/ibis-project/ibis-substrait/commit/65ba567e1200d7951ae6f6849b1e0b6eefa34889))

## [2.29.0](https://github.com/ibis-project/ibis-substrait/compare/v2.28.2...v2.29.0) (2023-05-17)


Expand Down
2 changes: 1 addition & 1 deletion ibis_substrait/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.29.0"
__version__ = "2.29.1"
__substrait_version__ = "0.24.0"
__substrait_hash__ = "335a4dc74ccb3ef88769878d36c35e511e47ef70"
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.29.0"
version = "2.29.1"
build = "build.py"
packages = [{ include = "ibis_substrait" }]
homepage = "https://github.com/ibis-project/ibis-substrait"
Expand Down

0 comments on commit 6955517

Please sign in to comment.