Skip to content

Commit 2454545

Browse files
chore(release): 2.6.0
1 parent d768ea3 commit 2454545

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.6.0](https://github.com/ibis-project/ibis-substrait/compare/v2.5.0...v2.6.0) (2022-05-13)
5+
6+
7+
### Features
8+
9+
* add ops.Contains -> singular_or_list translation ([d768ea3](https://github.com/ibis-project/ibis-substrait/commit/d768ea32ec1dbe92121f5dd3a3e1a0e568a34f1a))
10+
411
## [2.5.0](https://github.com/ibis-project/ibis-substrait/compare/v2.4.0...v2.5.0) (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.5.0"
1+
__version__ = "2.6.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.5.0"
3+
version = "2.6.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)