Skip to content

Commit

Permalink
Release substrait v0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 11, 2024
1 parent e3925ca commit 69be8a6
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,36 @@


## 0.47.0 (2024-11-11)

### Chore (BREAKING)

- <csr-id-e3925ca923f2dcbbcd7aacf8d3b32d79be95bd90/> bump substrait from `0.59.0` to `0.60.0`
Bumps [substrait](https://github.com/substrait-io/substrait) from
`a0a10bb` to `5b70acd`.

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

### Commit Details

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

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

* **[#249](https://github.com/substrait-io/substrait-rs/issues/249)**
- Bump substrait from `0.59.0` to `0.60.0` ([`e3925ca`](https://github.com/substrait-io/substrait-rs/commit/e3925ca923f2dcbbcd7aacf8d3b32d79be95bd90))
</details>

## 0.46.3 (2024-11-06)

<csr-id-ac64eecb86b78e42b67251794eb6dfdd9381a1c2/>

### Chore

- <csr-id-ac64eecb86b78e42b67251794eb6dfdd9381a1c2/> bump thiserror from 1.0.68 to 2.0.0 in the cargo group
Expand All @@ -14,7 +43,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: [#248](https://github.com/substrait-io/substrait-rs/issues/248)
Expand All @@ -27,6 +56,8 @@

* **[#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))
* **Uncategorized**
- Release substrait v0.46.3 ([`9c4ba63`](https://github.com/substrait-io/substrait-rs/commit/9c4ba63c6007c42e427779e4918728405ca5a5fe))
</details>

## 0.46.2 (2024-11-05)
Expand Down Expand Up @@ -2254,6 +2285,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.3"
version = "0.47.0"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 69be8a6

Please sign in to comment.