Skip to content

Commit 56cd56d

Browse files
chore(release): 4.0.1
1 parent 7095b19 commit 56cd56d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Release Notes
22
---
33

4+
## [4.0.1](https://github.com/ibis-project/ibis-substrait/compare/v4.0.0...v4.0.1) (2024-07-29)
5+
6+
### Bug Fixes
7+
8+
* **field_index:** get field index w.r.t. pre-join table schemata ([#1078](https://github.com/ibis-project/ibis-substrait/issues/1078)) ([7095b19](https://github.com/ibis-project/ibis-substrait/commit/7095b19fd443a7b4bf13e706274a2cab2e6ee691))
9+
410
## [4.0.0](https://github.com/ibis-project/ibis-substrait/compare/v3.2.1...v4.0.0) (2024-07-03)
511

612
### ⚠ BREAKING CHANGES

ibis_substrait/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.0"
1+
__version__ = "4.0.1"
22

33
import substrait
44

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ibis-substrait"
3-
version = "4.0.0"
3+
version = "4.0.1"
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)