From 4fc59cc5549cdced0f249fc5641dcdae6654c857 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 24 Nov 2024 19:33:54 +0000
Subject: [PATCH] Release substrait v0.49.0
---
CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++-
Cargo.lock | 2 +-
Cargo.toml | 2 +-
3 files changed, 36 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f0803f..7db1e54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,34 @@
+## 0.49.0 (2024-11-24)
+
+### Chore (BREAKING)
+
+ - bump substrait from `0.61.0` to `0.62.0`
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 3 days passed between releases.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 1 unique issue was worked on: [#255](https://github.com/substrait-io/substrait-rs/issues/255)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#255](https://github.com/substrait-io/substrait-rs/issues/255)**
+ - Bump substrait from `0.61.0` to `0.62.0` ([`9c05d57`](https://github.com/substrait-io/substrait-rs/commit/9c05d579e4c91fee8f8210a8a2a655bedca8e870))
+
+
## 0.48.2 (2024-11-21)
+
+
### Chore
- bump syn from 2.0.87 to 2.0.89 in the cargo group
@@ -14,7 +41,7 @@
- - 1 commit contributed to the release.
+ - 2 commits contributed to the release.
- 2 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#254](https://github.com/substrait-io/substrait-rs/issues/254)
@@ -27,6 +54,8 @@
* **[#254](https://github.com/substrait-io/substrait-rs/issues/254)**
- Bump syn from 2.0.87 to 2.0.89 in the cargo group ([`c490912`](https://github.com/substrait-io/substrait-rs/commit/c490912fd86bb52eacf42837a2169863fa961fcc))
+ * **Uncategorized**
+ - Release substrait v0.48.2 ([`d28a459`](https://github.com/substrait-io/substrait-rs/commit/d28a459625ce2e76a3a59876ef891150c425f987))
## 0.48.1 (2024-11-18)
@@ -2469,6 +2498,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 38ad3f3..8499b0e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -757,7 +757,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "substrait"
-version = "0.48.2"
+version = "0.49.0"
dependencies = [
"heck",
"hex",
diff --git a/Cargo.toml b/Cargo.toml
index a4c17c8..c793181 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
[package]
name = "substrait"
-version = "0.48.2"
+version = "0.49.0"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"