From c6d038d54218dbddd1f66ae566dbca0fee6c4b02 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Apr 2022 11:24:07 +0000 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db65c60..7adf9c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Release Notes --- +# [2.1.0](https://github.com/ibis-project/ibis-substrait/compare/v2.0.0...v2.1.0) (2022-04-05) + + +### Features + +* **compiler:** expose extension uri parameter in constructor ([7a7fee4](https://github.com/ibis-project/ibis-substrait/commit/7a7fee47d19a52510fde71af0aaa96372b18c1cb)) + # [2.0.0](https://github.com/ibis-project/ibis-substrait/compare/v1.0.2...v2.0.0) (2022-02-22) diff --git a/pyproject.toml b/pyproject.toml index 0591d868..220d9cd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ibis-substrait" -version = "2.0.0" +version = "2.1.0" packages = [{ include = "ibis_substrait" }] homepage = "https://github.com/ibis-project/ibis-substrait" repository = "https://github.com/ibis-project/ibis-substrait"