Skip to content

Commit 3cd6608

Browse files
chore(release): 2.3.0
1 parent a391bc1 commit 3cd6608

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

4+
## [2.3.0](https://github.com/ibis-project/ibis-substrait/compare/v2.2.1...v2.3.0) (2022-05-11)
5+
6+
7+
### Features
8+
9+
* add mappings for ibis ops <-> substrait scalar functions ([dc81c58](https://github.com/ibis-project/ibis-substrait/commit/dc81c582f3e4b07e44c943998401fd6db5516e5b))
10+
11+
12+
### Bug Fixes
13+
14+
* bring ibis-substrait in line spec as per validator ([fc000bb](https://github.com/ibis-project/ibis-substrait/commit/fc000bbe4165494417e872a566d70d12b25f0a47))
15+
* dispatch underlying op for aliases and decimal literal ([66e93e1](https://github.com/ibis-project/ibis-substrait/commit/66e93e156c98f3bb3024124fb62b3533a02c4895))
16+
* use `isoformat` for creating date literal ([c8d008f](https://github.com/ibis-project/ibis-substrait/commit/c8d008f415137e15f858459149cf7122ac8a1362))
17+
418
### [2.2.1](https://github.com/ibis-project/ibis-substrait/compare/v2.2.0...v2.2.1) (2022-05-11)
519

620

ibis_substrait/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.3.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.2.1"
3+
version = "2.3.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)