Skip to content

Commit 63f7ca3

Browse files
chore(release): 3.1.0
1 parent 57a2999 commit 63f7ca3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

4+
## [3.1.0](https://github.com/ibis-project/ibis-substrait/compare/v3.0.0...v3.1.0) (2023-08-30)
5+
6+
7+
### Features
8+
9+
* add type signature to scalar function name definitions ([fe19d3c](https://github.com/ibis-project/ibis-substrait/commit/fe19d3caa0447e5669323cfd74fc7621a1b9ec6b))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update dependency ibis-framework to v6.1.0 ([721d574](https://github.com/ibis-project/ibis-substrait/commit/721d574f05ed43910f231b917a7586e10ef43a27))
15+
416
## [3.0.0](https://github.com/ibis-project/ibis-substrait/compare/v2.29.1...v3.0.0) (2023-08-02)
517

618

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.0.0"
1+
__version__ = "3.1.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.0.0"
3+
version = "3.1.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)