Skip to content

Commit f06d06b

Browse files
chore(release): 2.4.0
1 parent e33fae2 commit f06d06b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

4+
## [2.4.0](https://github.com/ibis-project/ibis-substrait/compare/v2.3.2...v2.4.0) (2022-05-12)
5+
6+
7+
### Features
8+
9+
* **struct:** add struct field access ([26c329a](https://github.com/ibis-project/ibis-substrait/commit/26c329a8c5398bd161524b0d45c874a15045f15f))
10+
411
### [2.3.2](https://github.com/ibis-project/ibis-substrait/compare/v2.3.1...v2.3.2) (2022-05-12)
512

613

ibis_substrait/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.2"
1+
__version__ = "2.4.0"

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.3.2"
3+
version = "2.4.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)