Skip to content

Commit

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

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


### Bug Fixes

* **uri:** allow overriding extension uri when registering extension file ([59d5b29](https://github.com/ibis-project/ibis-substrait/commit/59d5b29944e60f8dc1939d130b0e33996568a1fc))


### Refactors

* change compiler to required keyword arg ([15737f3](https://github.com/ibis-project/ibis-substrait/commit/15737f3a8a0323cb6c4296ba725f4f7e274bf32e))
* **deps:** loosen user-facing protobuf dependency ([88723a1](https://github.com/ibis-project/ibis-substrait/commit/88723a19b82a91ef04e3c148f9329ec4458b4ecc))
* remove expr arguments in translate ([99649dc](https://github.com/ibis-project/ibis-substrait/commit/99649dc2d71ee801b984965610ad3e44cf47475e))

## [2.28.1](https://github.com/ibis-project/ibis-substrait/compare/v2.28.0...v2.28.1) (2023-04-19)


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

0 comments on commit ec8160a

Please sign in to comment.