Skip to content

Commit ec8160a

Browse files
chore(release): 2.28.2
1 parent 59d5b29 commit ec8160a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Release Notes
22
---
33

4+
## [2.28.2](https://github.com/ibis-project/ibis-substrait/compare/v2.28.1...v2.28.2) (2023-05-17)
5+
6+
7+
### Bug Fixes
8+
9+
* **uri:** allow overriding extension uri when registering extension file ([59d5b29](https://github.com/ibis-project/ibis-substrait/commit/59d5b29944e60f8dc1939d130b0e33996568a1fc))
10+
11+
12+
### Refactors
13+
14+
* change compiler to required keyword arg ([15737f3](https://github.com/ibis-project/ibis-substrait/commit/15737f3a8a0323cb6c4296ba725f4f7e274bf32e))
15+
* **deps:** loosen user-facing protobuf dependency ([88723a1](https://github.com/ibis-project/ibis-substrait/commit/88723a19b82a91ef04e3c148f9329ec4458b4ecc))
16+
* remove expr arguments in translate ([99649dc](https://github.com/ibis-project/ibis-substrait/commit/99649dc2d71ee801b984965610ad3e44cf47475e))
17+
418
## [2.28.1](https://github.com/ibis-project/ibis-substrait/compare/v2.28.0...v2.28.1) (2023-04-19)
519

620

ibis_substrait/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.28.1"
1+
__version__ = "2.28.2"
22
__substrait_version__ = "0.24.0"
33
__substrait_hash__ = "335a4dc74ccb3ef88769878d36c35e511e47ef70"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ibis-substrait"
3-
version = "2.28.1"
3+
version = "2.28.2"
44
build = "build.py"
55
packages = [{ include = "ibis_substrait" }]
66
homepage = "https://github.com/ibis-project/ibis-substrait"

0 commit comments

Comments
 (0)