Skip to content

Commit

Permalink
Release substrait v0.45.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent dd41293 commit 237249d
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.4 (2024-10-23)

### Chore

- <csr-id-dd41293e8c531ecded33351669f7e96418acf4d5/> bump the cargo group with 2 updates
Bumps the cargo group with 2 updates:
[serde](https://github.com/serde-rs/serde) and
[thiserror](https://github.com/dtolnay/thiserror).

Updates `serde` from 1.0.211 to 1.0.213
Updates `thiserror` from 1.0.64 to 1.0.65

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

### Commit Details

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

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

* **[#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))
</details>

## 0.45.3 (2024-10-22)

<csr-id-0036bbc1d89236fd76d23f69f3ce873acc6ba5b1/>

### Chore

- <csr-id-0036bbc1d89236fd76d23f69f3ce873acc6ba5b1/> bump serde from 1.0.210 to 1.0.211 in the cargo group
Expand All @@ -14,7 +47,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: [#240](https://github.com/substrait-io/substrait-rs/issues/240)

Expand All @@ -26,6 +59,8 @@

* **[#240](https://github.com/substrait-io/substrait-rs/issues/240)**
- Bump serde from 1.0.210 to 1.0.211 in the cargo group ([`0036bbc`](https://github.com/substrait-io/substrait-rs/commit/0036bbc1d89236fd76d23f69f3ce873acc6ba5b1))
* **Uncategorized**
- Release substrait v0.45.3 ([`0f5cb4e`](https://github.com/substrait-io/substrait-rs/commit/0f5cb4ee2c13de6773d9fee7e7603ee3c53058e8))
</details>

## 0.45.2 (2024-10-21)
Expand Down Expand Up @@ -2026,6 +2061,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.3"
version = "0.45.4"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 237249d

Please sign in to comment.