Skip to content

Commit

Permalink
Release substrait v0.41.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 27, 2024
1 parent a9aac57 commit b9ad85a
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.41.5 (2024-08-27)

### Chore

- <csr-id-a9aac57b2f3709ef64f46e21e7c4a4b6edcba588/> bump prettyplease from 0.2.20 to 0.2.22 in the cargo group
Bumps the cargo group with 1 update:
[prettyplease](https://github.com/dtolnay/prettyplease).

Updates `prettyplease` from 0.2.20 to 0.2.22

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

### Commit Details

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

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

* **[#218](https://github.com/substrait-io/substrait-rs/issues/218)**
- Bump prettyplease from 0.2.20 to 0.2.22 in the cargo group ([`a9aac57`](https://github.com/substrait-io/substrait-rs/commit/a9aac57b2f3709ef64f46e21e7c4a4b6edcba588))
</details>

## 0.41.4 (2024-08-26)

<csr-id-4a63d96c21f5588400e58bca05cb2937f786a417/>

### Chore

- <csr-id-4a63d96c21f5588400e58bca05cb2937f786a417/> 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.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#217](https://github.com/substrait-io/substrait-rs/issues/217)

Expand All @@ -30,6 +60,8 @@

* **[#217](https://github.com/substrait-io/substrait-rs/issues/217)**
- Bump the cargo group with 3 updates ([`4a63d96`](https://github.com/substrait-io/substrait-rs/commit/4a63d96c21f5588400e58bca05cb2937f786a417))
* **Uncategorized**
- Release substrait v0.41.4 ([`d5788f4`](https://github.com/substrait-io/substrait-rs/commit/d5788f481e8e8bfcdf5ff3f573b9b593045f6221))
</details>

## 0.41.3 (2024-08-19)
Expand Down Expand Up @@ -1354,6 +1386,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.41.4"
version = "0.41.5"
edition = "2021"
rust-version = "1.70"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit b9ad85a

Please sign in to comment.