Skip to content

Commit

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


## 0.41.2 (2024-08-19)

### Chore

- <csr-id-1bdd0026af1e1cf77533bc16b791df4e04aaec85/> group `cargo` updates

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

### Commit Details

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

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

* **[#213](https://github.com/substrait-io/substrait-rs/issues/213)**
- Group `cargo` updates ([`1bdd002`](https://github.com/substrait-io/substrait-rs/commit/1bdd0026af1e1cf77533bc16b791df4e04aaec85))
</details>

## 0.41.1 (2024-08-19)

<csr-id-fa7eb2b6e9780e419edca1b30965a6c778faab70/>

### Chore

- <csr-id-fa7eb2b6e9780e419edca1b30965a6c778faab70/> bump rustix from 0.37.22 to 0.37.27 in the cargo group
Expand All @@ -12,7 +38,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: [#207](https://github.com/substrait-io/substrait-rs/issues/207)

Expand All @@ -24,6 +50,8 @@

* **[#207](https://github.com/substrait-io/substrait-rs/issues/207)**
- Bump rustix from 0.37.22 to 0.37.27 in the cargo group ([`fa7eb2b`](https://github.com/substrait-io/substrait-rs/commit/fa7eb2b6e9780e419edca1b30965a6c778faab70))
* **Uncategorized**
- Release substrait v0.41.1 ([`8789d83`](https://github.com/substrait-io/substrait-rs/commit/8789d831670f1d34de83f2eabe6b66caf829cbb0))
</details>

## 0.41.0 (2024-08-19)
Expand Down Expand Up @@ -454,6 +482,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.41.1"
version = "0.41.2"
edition = "2021"
rust-version = "1.70"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 9680366

Please sign in to comment.