Skip to content

Commit

Permalink
Release substrait v0.33.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 21, 2024
1 parent b9fba0f commit 0dd56f3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@


## 0.33.4 (2024-05-21)

### New Features

- <csr-id-b9fba0f41fa9f9f43cb731c0637fe9bc36d5c288/> include Substrait core extensions
Include core extensions from `Subtrait`.
The majority of the code originates from the un-merged pr #89.
---------

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 7 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#187](https://github.com/substrait-io/substrait-rs/issues/187)

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **[#187](https://github.com/substrait-io/substrait-rs/issues/187)**
- Include Substrait core extensions ([`b9fba0f`](https://github.com/substrait-io/substrait-rs/commit/b9fba0f41fa9f9f43cb731c0637fe9bc36d5c288))
</details>

## 0.33.3 (2024-05-14)

<csr-id-f21e7a31f9f6a45a0f9d09f968b23960d1da7ff8/>

### Chore

- <csr-id-f21e7a31f9f6a45a0f9d09f968b23960d1da7ff8/> update protobuf-src requirement from 1.1.0 to 2.0.0
Expand All @@ -10,7 +40,7 @@

<csr-read-only-do-not-edit/>

- 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: [#184](https://github.com/substrait-io/substrait-rs/issues/184)

Expand All @@ -22,6 +52,8 @@

* **[#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))
* **Uncategorized**
- Release substrait v0.33.3 ([`d1c7318`](https://github.com/substrait-io/substrait-rs/commit/d1c7318ffcb4e5f8ec0fe3072481af47f08675cc))
</details>

## 0.33.2 (2024-05-14)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
[package]
name = "substrait"
version = "0.33.3"
version = "0.33.4"
edition = "2021"
rust-version = "1.70"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 0dd56f3

Please sign in to comment.