Skip to content

Commit bd838b0

Browse files
chore(release): 3.2.0
1 parent 30d35e3 commit bd838b0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

4+
## [3.2.0](https://github.com/ibis-project/ibis-substrait/compare/v3.1.1...v3.2.0) (2024-02-06)
5+
6+
7+
### Features
8+
9+
* **autocast:** add autocast for digits argument to ops.Round ([f0d4940](https://github.com/ibis-project/ibis-substrait/commit/f0d49403fd2185571b5e170919ce04ebd0bea4d7))
10+
* support ibis 7.2 ([5976b9f](https://github.com/ibis-project/ibis-substrait/commit/5976b9f15e7eea8187ec4dbf70535029472fffb8))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency ibis-framework to v7.1.0 [security] ([bdb5906](https://github.com/ibis-project/ibis-substrait/commit/bdb590613266321c24369b84f31c4c1e8ba68533))
16+
* **deps:** update dependency packaging to v23.2 ([82d9a9b](https://github.com/ibis-project/ibis-substrait/commit/82d9a9b13fdf30c80b5c0a66c6fae358b07b80dd))
17+
* **grouping:** collect multiple grouping keys in single "groupings" ([30d35e3](https://github.com/ibis-project/ibis-substrait/commit/30d35e3c47baf2e4ddd2811940bae7524c8a37a8))
18+
419
## [3.1.1](https://github.com/ibis-project/ibis-substrait/compare/v3.1.0...v3.1.1) (2023-10-05)
520

621

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