From 93724c3b557031a5031a04dac7c28b4102badd1c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 16 Sep 2024 07:15:50 +0000
Subject: [PATCH] Release substrait v0.42.0
---
CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++++-
Cargo.lock | 2 +-
Cargo.toml | 2 +-
3 files changed, 38 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38276a9..86c1cda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,36 @@
+## 0.42.0 (2024-09-16)
+
+### Chore (BREAKING)
+
+ - bump substrait from `0.55.0` to `0.56.0`
+ Bumps [substrait](https://github.com/substrait-io/substrait) from
+ `ae77a72` to `bc4d6fb`.
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 6 days passed between releases.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 1 unique issue was worked on: [#225](https://github.com/substrait-io/substrait-rs/issues/225)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#225](https://github.com/substrait-io/substrait-rs/issues/225)**
+ - Bump substrait from `0.55.0` to `0.56.0` ([`ba04722`](https://github.com/substrait-io/substrait-rs/commit/ba047220bf42fb72ce29aeb2e4038619cd6dd4e0))
+
+
## 0.41.9 (2024-09-09)
+
+
### Chore
- bump serde from 1.0.209 to 1.0.210 in the cargo group
@@ -14,7 +43,7 @@
- - 1 commit contributed to the release.
+ - 2 commits contributed to the release.
- 4 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#224](https://github.com/substrait-io/substrait-rs/issues/224)
@@ -27,6 +56,8 @@
* **[#224](https://github.com/substrait-io/substrait-rs/issues/224)**
- Bump serde from 1.0.209 to 1.0.210 in the cargo group ([`c919cba`](https://github.com/substrait-io/substrait-rs/commit/c919cba9c8a6e146f54ec05e10cfce44a7846f1b))
+ * **Uncategorized**
+ - Release substrait v0.41.9 ([`633a0ba`](https://github.com/substrait-io/substrait-rs/commit/633a0baab36b1fb52375fc293ad7416272c33295))
## 0.41.8 (2024-09-05)
@@ -1547,6 +1578,10 @@
Include core extensions from `Subtrait`.
The majority of the code originates from the un-merged pr #89.
---------
+ - include Substrait core extensions
+ Include core extensions from `Subtrait`.
+ The majority of the code originates from the un-merged pr #89.
+ ---------
### Commit Statistics
diff --git a/Cargo.lock b/Cargo.lock
index 0d86128..cb3808c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -599,7 +599,7 @@ dependencies = [
[[package]]
name = "substrait"
-version = "0.41.9"
+version = "0.42.0"
dependencies = [
"heck",
"hex",
diff --git a/Cargo.toml b/Cargo.toml
index c23c464..b6b1b6e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
[package]
name = "substrait"
-version = "0.41.9"
+version = "0.42.0"
edition = "2021"
rust-version = "1.70"
description = "Cross-Language Serialization for Relational Algebra"