Skip to content

Commit

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


## 0.45.1 (2024-10-18)

### Chore

- <csr-id-54ec5614d8e2818a2b31303afaabb3ba89d06fc3/> bump serde_json from 1.0.128 to 1.0.129 in the cargo group
Bumps the cargo group with 1 update:
[serde_json](https://github.com/serde-rs/json).

Updates `serde_json` from 1.0.128 to 1.0.129

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

### Commit Details

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

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

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

## 0.45.0 (2024-10-13)

<csr-id-3773c12049c1e77ef354bbd82b7c2038bc9265d1/>

### Chore (BREAKING)

- <csr-id-3773c12049c1e77ef354bbd82b7c2038bc9265d1/> bump substrait from `0.57.1` to `0.58.0`
Expand All @@ -12,7 +43,7 @@

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

- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 6 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#237](https://github.com/substrait-io/substrait-rs/issues/237)
Expand All @@ -25,6 +56,8 @@

* **[#237](https://github.com/substrait-io/substrait-rs/issues/237)**
- Bump substrait from `0.57.1` to `0.58.0` ([`3773c12`](https://github.com/substrait-io/substrait-rs/commit/3773c12049c1e77ef354bbd82b7c2038bc9265d1))
* **Uncategorized**
- Release substrait v0.45.0 ([`9807062`](https://github.com/substrait-io/substrait-rs/commit/980706217bc86bd6f2bdefe40c684ce6dc0e6bc0))
</details>

## 0.44.1 (2024-10-07)
Expand Down Expand Up @@ -1912,6 +1945,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.0"
version = "0.45.1"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 449a5d2

Please sign in to comment.