Skip to content

Commit

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


## 0.45.2 (2024-10-21)

### Chore

- <csr-id-b69843a991842e8283d0a02be4d1a1b342bb5c18/> bump the cargo group with 3 updates
Bumps the cargo group with 3 updates:
[serde_json](https://github.com/serde-rs/json),
[prettyplease](https://github.com/dtolnay/prettyplease) and
[syn](https://github.com/dtolnay/syn).

Updates `serde_json` from 1.0.129 to 1.0.132
Updates `prettyplease` from 0.2.22 to 0.2.24
Updates `syn` from 2.0.79 to 2.0.82

### Commit Statistics

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

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

### Commit Details

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

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

* **[#239](https://github.com/substrait-io/substrait-rs/issues/239)**
- Bump the cargo group with 3 updates ([`b69843a`](https://github.com/substrait-io/substrait-rs/commit/b69843a991842e8283d0a02be4d1a1b342bb5c18))
</details>

## 0.45.1 (2024-10-18)

<csr-id-54ec5614d8e2818a2b31303afaabb3ba89d06fc3/>

### Chore

- <csr-id-54ec5614d8e2818a2b31303afaabb3ba89d06fc3/> bump serde_json from 1.0.128 to 1.0.129 in the cargo group
Expand All @@ -14,7 +49,7 @@

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

- 1 commit contributed to the release.
- 2 commits 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: [#238](https://github.com/substrait-io/substrait-rs/issues/238)
Expand All @@ -27,6 +62,8 @@

* **[#238](https://github.com/substrait-io/substrait-rs/issues/238)**
- Bump serde_json from 1.0.128 to 1.0.129 in the cargo group ([`54ec561`](https://github.com/substrait-io/substrait-rs/commit/54ec5614d8e2818a2b31303afaabb3ba89d06fc3))
* **Uncategorized**
- Release substrait v0.45.1 ([`449a5d2`](https://github.com/substrait-io/substrait-rs/commit/449a5d2c62e9a553f7fa62e2527729be331ed83e))
</details>

## 0.45.0 (2024-10-13)
Expand Down Expand Up @@ -1949,6 +1986,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.1"
version = "0.45.2"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 8b4cec8

Please sign in to comment.