Skip to content

Commit

Permalink
Release substrait v0.45.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2024
1 parent 33801a8 commit 9243673
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,40 @@


## 0.45.5 (2024-10-24)

### Chore

- <csr-id-33801a8b2c7d3ead729e6552e6a198d6442a034f/> bump the cargo group with 2 updates
Bumps the cargo group with 2 updates:
[prettyplease](https://github.com/dtolnay/prettyplease) and
[syn](https://github.com/dtolnay/syn).

Updates `prettyplease` from 0.2.24 to 0.2.25
Updates `syn` from 2.0.82 to 2.0.85

### Commit Statistics

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

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

### Commit Details

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

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

* **[#242](https://github.com/substrait-io/substrait-rs/issues/242)**
- Bump the cargo group with 2 updates ([`33801a8`](https://github.com/substrait-io/substrait-rs/commit/33801a8b2c7d3ead729e6552e6a198d6442a034f))
</details>

## 0.45.4 (2024-10-23)

<csr-id-dd41293e8c531ecded33351669f7e96418acf4d5/>

### Chore

- <csr-id-dd41293e8c531ecded33351669f7e96418acf4d5/> bump the cargo group with 2 updates
Expand All @@ -16,7 +49,7 @@

<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: [#241](https://github.com/substrait-io/substrait-rs/issues/241)
Expand All @@ -29,6 +62,8 @@

* **[#241](https://github.com/substrait-io/substrait-rs/issues/241)**
- Bump the cargo group with 2 updates ([`dd41293`](https://github.com/substrait-io/substrait-rs/commit/dd41293e8c531ecded33351669f7e96418acf4d5))
* **Uncategorized**
- Release substrait v0.45.4 ([`237249d`](https://github.com/substrait-io/substrait-rs/commit/237249ddf916101687e4468eaba1377de3aed950))
</details>

## 0.45.3 (2024-10-22)
Expand Down Expand Up @@ -2065,6 +2100,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.45.4"
version = "0.45.5"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 9243673

Please sign in to comment.