Skip to content

Commit c10d4f5

Browse files
chore(release): 3.1.1
1 parent a8be15f commit c10d4f5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

4+
## [3.1.1](https://github.com/ibis-project/ibis-substrait/compare/v3.1.0...v3.1.1) (2023-10-05)
5+
6+
7+
### Bug Fixes
8+
9+
* **extensions:** pass over extension top-matter ([c7f3e34](https://github.com/ibis-project/ibis-substrait/commit/c7f3e34b7741b3f8541b7c1fb837db5eeadbbe47))
10+
* **extensions:** use compound signature when creating new URI ([d0ee145](https://github.com/ibis-project/ibis-substrait/commit/d0ee1457c095a29af1632f637060c22671f1f501))
11+
412
## [3.1.0](https://github.com/ibis-project/ibis-substrait/compare/v3.0.0...v3.1.0) (2023-08-30)
513

614

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