Skip to content

Commit

Permalink
Release substrait v0.41.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2024
1 parent 0447cc3 commit d793b47
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.41.8 (2024-09-05)

### Chore

- <csr-id-0447cc3ffa511de87bd4a4ea21455d0377173d16/> bump serde_json from 1.0.127 to 1.0.128 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.127 to 1.0.128

### Commit Statistics

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

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

### Commit Details

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

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

* **[#222](https://github.com/substrait-io/substrait-rs/issues/222)**
- Bump serde_json from 1.0.127 to 1.0.128 in the cargo group ([`0447cc3`](https://github.com/substrait-io/substrait-rs/commit/0447cc3ffa511de87bd4a4ea21455d0377173d16))
</details>

## 0.41.7 (2024-09-02)

<csr-id-ed73f7e3c32b54668324c140acfa6ffe1756d400/>

### Chore

- <csr-id-ed73f7e3c32b54668324c140acfa6ffe1756d400/> bump syn from 2.0.76 to 2.0.77 in the cargo group
Expand All @@ -14,7 +45,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: [#221](https://github.com/substrait-io/substrait-rs/issues/221)

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

* **[#221](https://github.com/substrait-io/substrait-rs/issues/221)**
- Bump syn from 2.0.76 to 2.0.77 in the cargo group ([`ed73f7e`](https://github.com/substrait-io/substrait-rs/commit/ed73f7e3c32b54668324c140acfa6ffe1756d400))
* **Uncategorized**
- Release substrait v0.41.7 ([`33b6353`](https://github.com/substrait-io/substrait-rs/commit/33b6353b7b71902ade3096f8f16e681fca717c98))
</details>

## 0.41.6 (2024-09-02)
Expand Down Expand Up @@ -1473,6 +1506,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.7"
version = "0.41.8"
edition = "2021"
rust-version = "1.70"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit d793b47

Please sign in to comment.