Skip to content

Commit

Permalink
Release substrait v0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2024
1 parent 6cc449e commit fdcc694
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.44.0 (2024-10-07)

### Chore (BREAKING)

- <csr-id-6cc449e38be383f0c7323f0cd9df3d09345a8c85/> bump substrait from `0.57.0` to `0.57.1`
Bumps [substrait](https://github.com/substrait-io/substrait) from
`297715c` to `fcfdd10`.

### Commit Statistics

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

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

### Commit Details

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

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

* **[#235](https://github.com/substrait-io/substrait-rs/issues/235)**
- Bump substrait from `0.57.0` to `0.57.1` ([`6cc449e`](https://github.com/substrait-io/substrait-rs/commit/6cc449e38be383f0c7323f0cd9df3d09345a8c85))
</details>

## 0.43.0 (2024-10-02)

<csr-id-88ed767e7aa31ab8168ddb69811c07d1aa3f1638/>

### Chore (BREAKING)

- <csr-id-88ed767e7aa31ab8168ddb69811c07d1aa3f1638/> bump substrait from `0.56.0` to `0.57.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.
- 2 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#234](https://github.com/substrait-io/substrait-rs/issues/234)
Expand All @@ -25,6 +54,8 @@

* **[#234](https://github.com/substrait-io/substrait-rs/issues/234)**
- Bump substrait from `0.56.0` to `0.57.0` ([`88ed767`](https://github.com/substrait-io/substrait-rs/commit/88ed767e7aa31ab8168ddb69811c07d1aa3f1638))
* **Uncategorized**
- Release substrait v0.43.0 ([`823c678`](https://github.com/substrait-io/substrait-rs/commit/823c67801b57dfabb1430dfcb42cc4a9d43e2d54))
</details>

## 0.42.5 (2024-09-30)
Expand Down Expand Up @@ -1806,6 +1837,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.43.0"
version = "0.44.0"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit fdcc694

Please sign in to comment.