Skip to content

Commit

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


## 0.42.4 (2024-09-23)

### Chore

- <csr-id-9f9991f89eed1b30d0b4ec81fc6a556f4f13766a/> bump the proto group with 3 updates
Bumps the proto group with 3 updates:
[prost](https://github.com/tokio-rs/prost),
[prost-types](https://github.com/tokio-rs/prost) and
[prost-build](https://github.com/tokio-rs/prost).

Updates `prost` from 0.13.2 to 0.13.3
Updates `prost-types` from 0.13.2 to 0.13.3
Updates `prost-build` from 0.13.2 to 0.13.3

---------

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

### Commit Details

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

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

* **[#229](https://github.com/substrait-io/substrait-rs/issues/229)**
- Bump the proto group with 3 updates ([`9f9991f`](https://github.com/substrait-io/substrait-rs/commit/9f9991f89eed1b30d0b4ec81fc6a556f4f13766a))
</details>

## 0.42.3 (2024-09-23)

<csr-id-be47435887eda0952c0040997add8820c3ce049a/>

### Chore

- <csr-id-be47435887eda0952c0040997add8820c3ce049a/> bump thiserror from 1.0.63 to 1.0.64 in the cargo group
Expand All @@ -14,7 +50,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: [#230](https://github.com/substrait-io/substrait-rs/issues/230)

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

* **[#230](https://github.com/substrait-io/substrait-rs/issues/230)**
- Bump thiserror from 1.0.63 to 1.0.64 in the cargo group ([`be47435`](https://github.com/substrait-io/substrait-rs/commit/be47435887eda0952c0040997add8820c3ce049a))
* **Uncategorized**
- Release substrait v0.42.3 ([`295ca5e`](https://github.com/substrait-io/substrait-rs/commit/295ca5e7405174941208418d6ffac80fdc6789b9))
</details>

## 0.42.2 (2024-09-23)
Expand Down Expand Up @@ -1688,6 +1726,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.42.3"
version = "0.42.4"
edition = "2021"
rust-version = "1.71.1"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit f2bc018

Please sign in to comment.