Skip to content

Commit

Permalink
Release substrait v0.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
1 parent ac64eec commit 9c4ba63
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.46.3 (2024-11-06)

### Chore

- <csr-id-ac64eecb86b78e42b67251794eb6dfdd9381a1c2/> bump thiserror from 1.0.68 to 2.0.0 in the cargo group
Bumps the cargo group with 1 update:
[thiserror](https://github.com/dtolnay/thiserror).

Updates `thiserror` from 1.0.68 to 2.0.0

### Commit Statistics

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

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

### Commit Details

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

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

* **[#248](https://github.com/substrait-io/substrait-rs/issues/248)**
- Bump thiserror from 1.0.68 to 2.0.0 in the cargo group ([`ac64eec`](https://github.com/substrait-io/substrait-rs/commit/ac64eecb86b78e42b67251794eb6dfdd9381a1c2))
</details>

## 0.46.2 (2024-11-05)

<csr-id-b1bdd83cdb3458acdb2fc016a8919c8a1a1c1f33/>

### Chore

- <csr-id-b1bdd83cdb3458acdb2fc016a8919c8a1a1c1f33/> bump the cargo group with 2 updates
Expand All @@ -16,7 +47,7 @@

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

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

* **[#247](https://github.com/substrait-io/substrait-rs/issues/247)**
- Bump the cargo group with 2 updates ([`b1bdd83`](https://github.com/substrait-io/substrait-rs/commit/b1bdd83cdb3458acdb2fc016a8919c8a1a1c1f33))
* **Uncategorized**
- Release substrait v0.46.2 ([`7f19936`](https://github.com/substrait-io/substrait-rs/commit/7f19936c681aa51e1fdcd98ac5511ccde24ed211))
</details>

## 0.46.1 (2024-11-04)
Expand Down Expand Up @@ -2217,6 +2250,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.46.2"
version = "0.46.3"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 9c4ba63

Please sign in to comment.