Skip to content

Commit

Permalink
Release substrait v0.50.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 27, 2024
1 parent 70706b2 commit 9e2109b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@


## 0.50.4 (2024-12-27)

### Chore

- <csr-id-70706b2378e0c258b14d5b6c7b360df78ba78e1f/> bump syn from 2.0.91 to 2.0.92 in the cargo group

### Commit Statistics

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

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

### Commit Details

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

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

* **[#274](https://github.com/substrait-io/substrait-rs/issues/274)**
- Bump syn from 2.0.91 to 2.0.92 in the cargo group ([`70706b2`](https://github.com/substrait-io/substrait-rs/commit/70706b2378e0c258b14d5b6c7b360df78ba78e1f))
</details>

## 0.50.3 (2024-12-24)

<csr-id-8feb652625a25cf24197a188cc0390f52b5351ec/>

### Chore

- <csr-id-8feb652625a25cf24197a188cc0390f52b5351ec/> bump the cargo group with 3 updates
Expand All @@ -18,7 +44,8 @@

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

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

Expand All @@ -30,6 +57,8 @@

* **[#273](https://github.com/substrait-io/substrait-rs/issues/273)**
- Bump the cargo group with 3 updates ([`8feb652`](https://github.com/substrait-io/substrait-rs/commit/8feb652625a25cf24197a188cc0390f52b5351ec))
* **Uncategorized**
- Release substrait v0.50.3 ([`c91db97`](https://github.com/substrait-io/substrait-rs/commit/c91db9727b937acffdb911c3df78d193ee119fee))
</details>

## 0.50.2 (2024-12-22)
Expand Down Expand Up @@ -2922,6 +2951,10 @@
Include core extensions from `Subtrait`.
The majority of the code originates from the un-merged pr #89.
---------
- <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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.50.3"
version = "0.50.4"
edition = "2021"
rust-version = "1.80.1"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 9e2109b

Please sign in to comment.