Skip to content

Commit

Permalink
Release substrait v0.45.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2024
1 parent 0036bbc commit 0f5cb4e
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@


## 0.45.3 (2024-10-22)

### Chore

- <csr-id-0036bbc1d89236fd76d23f69f3ce873acc6ba5b1/> bump serde from 1.0.210 to 1.0.211 in the cargo group
Bumps the cargo group with 1 update:
[serde](https://github.com/serde-rs/serde).

Updates `serde` from 1.0.210 to 1.0.211

### Commit Statistics

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

- 1 commit 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)

### Commit Details

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

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

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

## 0.45.2 (2024-10-21)

<csr-id-b69843a991842e8283d0a02be4d1a1b342bb5c18/>

### Chore

- <csr-id-b69843a991842e8283d0a02be4d1a1b342bb5c18/> bump the cargo group with 3 updates
Expand All @@ -18,7 +48,7 @@

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

- 1 commit contributed to the release.
- 2 commits 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)
Expand All @@ -31,6 +61,8 @@

* **[#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))
* **Uncategorized**
- Release substrait v0.45.2 ([`8b4cec8`](https://github.com/substrait-io/substrait-rs/commit/8b4cec8a42d79ac016c631f396377f65cffed047))
</details>

## 0.45.1 (2024-10-18)
Expand Down Expand Up @@ -1990,6 +2022,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.2"
version = "0.45.3"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 0f5cb4e

Please sign in to comment.