Skip to content

Commit

Permalink
Release substrait v0.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2025
1 parent 6bb9747 commit 7c274ae
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@


## 0.51.1 (2025-01-04)

### Chore

- <csr-id-6bb9747e416160bf2a17818b3097eb1470dd6c9d/> bump syn from 2.0.93 to 2.0.94 in the cargo group
Bumps the cargo group with 1 update:
[syn](https://github.com/dtolnay/syn).

Updates `syn` from 2.0.93 to 2.0.94

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

### Commit Details

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

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

* **[#276](https://github.com/substrait-io/substrait-rs/issues/276)**
- Bump syn from 2.0.93 to 2.0.94 in the cargo group ([`6bb9747`](https://github.com/substrait-io/substrait-rs/commit/6bb9747e416160bf2a17818b3097eb1470dd6c9d))
</details>

## 0.51.0 (2025-01-01)

<csr-id-86cd41f9395335ad1ad53808affba2213496fc86/>

### Chore (BREAKING)

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

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

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

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

* **[#275](https://github.com/substrait-io/substrait-rs/issues/275)**
- Bump the cargo group with 3 updates ([`86cd41f`](https://github.com/substrait-io/substrait-rs/commit/86cd41f9395335ad1ad53808affba2213496fc86))
* **Uncategorized**
- Release substrait v0.51.0 ([`b2a05dc`](https://github.com/substrait-io/substrait-rs/commit/b2a05dc67365211370f3b48f00938b01db8c9fe0))
</details>

## 0.50.4 (2024-12-27)
Expand Down Expand Up @@ -2996,6 +3029,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.51.0"
version = "0.51.1"
edition = "2021"
rust-version = "1.80.1"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 7c274ae

Please sign in to comment.