From 87096e2ce2d41681bcbda1eda3abfd48e358d852 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 22 Jul 2024 13:01:34 +0000
Subject: [PATCH] Release substrait v0.38.0
---
CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++-
Cargo.toml | 2 +-
2 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff5df2e..3b2891a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,34 @@
+## 0.38.0 (2024-07-22)
+
+### Chore (BREAKING)
+
+ - bump substrait from `0.51.0` to `0.52.0`
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 12 days passed between releases.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 1 unique issue was worked on: [#201](https://github.com/substrait-io/substrait-rs/issues/201)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#201](https://github.com/substrait-io/substrait-rs/issues/201)**
+ - Bump substrait from `0.51.0` to `0.52.0` ([`2ee4f65`](https://github.com/substrait-io/substrait-rs/commit/2ee4f6576f216b36989b572f555da8d9b20ba311))
+
+
## 0.37.3 (2024-07-10)
+
+
### Chore
- fix build script warning, fix doctest with default features
@@ -11,7 +38,7 @@
- - 1 commit contributed to the release.
+ - 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#200](https://github.com/substrait-io/substrait-rs/issues/200)
@@ -23,6 +50,8 @@
* **[#200](https://github.com/substrait-io/substrait-rs/issues/200)**
- Fix build script warning, fix doctest with default features ([`0752984`](https://github.com/substrait-io/substrait-rs/commit/0752984cdc8ff51fbe019e5aaae1aba6fd1e1a5d))
+ * **Uncategorized**
+ - Release substrait v0.37.3 ([`9d3b09f`](https://github.com/substrait-io/substrait-rs/commit/9d3b09f4856f1289c7477242353a62aee60ded37))
## 0.37.2 (2024-07-10)
@@ -272,6 +301,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.toml b/Cargo.toml
index cf31cf2..bd787bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
[package]
name = "substrait"
-version = "0.37.3"
+version = "0.38.0"
edition = "2021"
rust-version = "1.70"
description = "Cross-Language Serialization for Relational Algebra"