From d1c7318ffcb4e5f8ec0fe3072481af47f08675cc Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 14 May 2024 14:48:24 +0000
Subject: [PATCH] Release substrait v0.33.3
---
CHANGELOG.md | 30 +++++++++++++++++++++++++++++-
Cargo.toml | 2 +-
2 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4690c61..b1e945e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,33 @@
+## 0.33.3 (2024-05-14)
+
+### Chore
+
+ - update protobuf-src requirement from 1.1.0 to 2.0.0
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 1 unique issue was worked on: [#184](https://github.com/substrait-io/substrait-rs/issues/184)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#184](https://github.com/substrait-io/substrait-rs/issues/184)**
+ - Update protobuf-src requirement from 1.1.0 to 2.0.0 ([`f21e7a3`](https://github.com/substrait-io/substrait-rs/commit/f21e7a31f9f6a45a0f9d09f968b23960d1da7ff8))
+
+
## 0.33.2 (2024-05-14)
+
+
### Chore
- update typify requirement from 0.0.16 to 0.1.0
@@ -10,7 +36,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: [#183](https://github.com/substrait-io/substrait-rs/issues/183)
@@ -22,6 +48,8 @@
* **[#183](https://github.com/substrait-io/substrait-rs/issues/183)**
- Update typify requirement from 0.0.16 to 0.1.0 ([`421fdf4`](https://github.com/substrait-io/substrait-rs/commit/421fdf4375403e64f56ba627f12c952c498aca93))
+ * **Uncategorized**
+ - Release substrait v0.33.2 ([`ba2a846`](https://github.com/substrait-io/substrait-rs/commit/ba2a846fe412835eab7a38cc8090d8e95685e102))
## 0.33.1 (2024-05-13)
diff --git a/Cargo.toml b/Cargo.toml
index efafcac..c6add89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
[package]
name = "substrait"
-version = "0.33.2"
+version = "0.33.3"
edition = "2021"
rust-version = "1.70"
description = "Cross-Language Serialization for Relational Algebra"