Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 22, 2022
1 parent a5a0953 commit 02a36cc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Release Notes
---

# [2.0.0](https://github.com/ibis-project/ibis-substrait/compare/v1.0.2...v2.0.0) (2022-02-22)


### Bug Fixes

* adjust imports for new substrait proto layout ([a5a0953](https://github.com/ibis-project/ibis-substrait/commit/a5a0953e83aeb4d9249ea97826aea0e1f8e8ed4c))


### chore

* drop Python 3.7 support ([6c13ca7](https://github.com/ibis-project/ibis-substrait/commit/6c13ca7cad3a1ef3dbd6cd7ae80dff3fdcbe6848))
* **protos:** bump substrait to latest commit ([7b1d441](https://github.com/ibis-project/ibis-substrait/commit/7b1d441e8e9e916729bc0674e83e9a6a3d88e2b2))


### BREAKING CHANGES

* **protos:** Older Substrait protos are no longer supported
* Python 3.7 is no longer supported.

## [1.0.2](https://github.com/ibis-project/ibis-substrait/compare/v1.0.1...v1.0.2) (2022-02-22)


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 = "1.0.2"
version = "2.0.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 02a36cc

Please sign in to comment.