Skip to content

Commit

Permalink
chore(release): 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 29, 2024
1 parent 7095b19 commit 56cd56d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
---

## [4.0.1](https://github.com/ibis-project/ibis-substrait/compare/v4.0.0...v4.0.1) (2024-07-29)

### Bug Fixes

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

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

### ⚠ BREAKING CHANGES
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__ = "4.0.0"
__version__ = "4.0.1"

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 = "4.0.0"
version = "4.0.1"
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 56cd56d

Please sign in to comment.