Skip to content

Commit 5af5c0e

Browse files
chore(release): 4.0.0
1 parent 1b80c98 commit 5af5c0e

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

4+
## [4.0.0](https://github.com/ibis-project/ibis-substrait/compare/v3.2.1...v4.0.0) (2024-07-03)
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* ibis-substrait no longer supports versions of Ibis <
9+
9.x. If you are using an older version of Ibis, you can pin `ibis-substrait<4`
10+
11+
Co-authored-by: Gil Forsyth <gil@forsyth.dev>
12+
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
13+
14+
### Features
15+
16+
* add support for Ibis 9.x ([#1034](https://github.com/ibis-project/ibis-substrait/issues/1034)) ([390905e](https://github.com/ibis-project/ibis-substrait/commit/390905e464d29896bf0a4753a71136c1e0335f99))
17+
18+
### Documentation
19+
20+
* remove defunct proto instructions, add commit guide ([c5fcb97](https://github.com/ibis-project/ibis-substrait/commit/c5fcb9713d4d80908c4dc08d4fb67d4bb5986a28))
21+
422
## [3.2.1](https://github.com/ibis-project/ibis-substrait/compare/v3.2.0...v3.2.1) (2024-05-21)
523

624

ibis_substrait/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.2.1"
1+
__version__ = "4.0.0"
22

33
import substrait
44

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 = "3.2.1"
3+
version = "4.0.0"
44
packages = [{ include = "ibis_substrait" }]
55
homepage = "https://github.com/ibis-project/ibis-substrait"
66
repository = "https://github.com/ibis-project/ibis-substrait"

0 commit comments

Comments
 (0)