Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 3, 2024
1 parent 1b80c98 commit 5af5c0e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Release Notes
---

## [4.0.0](https://github.com/ibis-project/ibis-substrait/compare/v3.2.1...v4.0.0) (2024-07-03)

### ⚠ BREAKING CHANGES

* ibis-substrait no longer supports versions of Ibis <
9.x. If you are using an older version of Ibis, you can pin `ibis-substrait<4`

Co-authored-by: Gil Forsyth <[email protected]>
Co-authored-by: Gil Forsyth <[email protected]>

### Features

* 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))

### Documentation

* remove defunct proto instructions, add commit guide ([c5fcb97](https://github.com/ibis-project/ibis-substrait/commit/c5fcb9713d4d80908c4dc08d4fb67d4bb5986a28))

## [3.2.1](https://github.com/ibis-project/ibis-substrait/compare/v3.2.0...v3.2.1) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion ibis_substrait/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.2.1"
__version__ = "4.0.0"

import substrait

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

0 comments on commit 5af5c0e

Please sign in to comment.