Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 30, 2023
1 parent 57a2999 commit 63f7ca3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
---

## [3.1.0](https://github.com/ibis-project/ibis-substrait/compare/v3.0.0...v3.1.0) (2023-08-30)


### Features

* add type signature to scalar function name definitions ([fe19d3c](https://github.com/ibis-project/ibis-substrait/commit/fe19d3caa0447e5669323cfd74fc7621a1b9ec6b))


### Bug Fixes

* **deps:** update dependency ibis-framework to v6.1.0 ([721d574](https://github.com/ibis-project/ibis-substrait/commit/721d574f05ed43910f231b917a7586e10ef43a27))

## [3.0.0](https://github.com/ibis-project/ibis-substrait/compare/v2.29.1...v3.0.0) (2023-08-02)


Expand Down
2 changes: 1 addition & 1 deletion ibis_substrait/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.0"
__version__ = "3.1.0"

import substrait

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ibis-substrait"
version = "3.0.0"
version = "3.1.0"
packages = [{ include = "ibis_substrait" }]
homepage = "https://github.com/ibis-project/ibis-substrait"
repository = "https://github.com/ibis-project/ibis-substrait"
Expand Down

0 comments on commit 63f7ca3

Please sign in to comment.