Skip to content

Commit

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


## 0.41.0 (2024-08-19)

### Chore (BREAKING)

- <csr-id-46c09e7243b2f3b9039e992fbc35c7ff5359bf68/> bump substrait from `0.54.0` to `0.55.0`
Bumps [substrait](https://github.com/substrait-io/substrait) from
`93c8339` to `ae77a72`.

### Commit Statistics

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

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

### Commit Details

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

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

* **[#206](https://github.com/substrait-io/substrait-rs/issues/206)**
- Bump substrait from `0.54.0` to `0.55.0` ([`46c09e7`](https://github.com/substrait-io/substrait-rs/commit/46c09e7243b2f3b9039e992fbc35c7ff5359bf68))
</details>

## 0.40.0 (2024-08-12)

<csr-id-01d706cbaf9c189b299a8dd719e607dd0679fbd7/>

### Chore (BREAKING)

- <csr-id-01d706cbaf9c189b299a8dd719e607dd0679fbd7/> bump substrait from `0.53.0` to `0.54.0`
Expand All @@ -12,7 +41,7 @@

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

- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 6 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#205](https://github.com/substrait-io/substrait-rs/issues/205)
Expand All @@ -25,6 +54,8 @@

* **[#205](https://github.com/substrait-io/substrait-rs/issues/205)**
- Bump substrait from `0.53.0` to `0.54.0` ([`01d706c`](https://github.com/substrait-io/substrait-rs/commit/01d706cbaf9c189b299a8dd719e607dd0679fbd7))
* **Uncategorized**
- Release substrait v0.40.0 ([`5631ef5`](https://github.com/substrait-io/substrait-rs/commit/5631ef59adb82e263cd27873d6a0dfdd78737b62))
</details>

## 0.39.0 (2024-08-05)
Expand Down Expand Up @@ -385,6 +416,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.40.0"
version = "0.41.0"
edition = "2021"
rust-version = "1.70"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit cda2b69

Please sign in to comment.