Skip to content

Commit

Permalink
Release substrait v0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 24, 2024
1 parent 9c05d57 commit 4fc59cc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,34 @@


## 0.49.0 (2024-11-24)

### Chore (BREAKING)

- <csr-id-9c05d579e4c91fee8f8210a8a2a655bedca8e870/> bump substrait from `0.61.0` to `0.62.0`

### Commit Statistics

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

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

### Commit Details

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

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

* **[#255](https://github.com/substrait-io/substrait-rs/issues/255)**
- Bump substrait from `0.61.0` to `0.62.0` ([`9c05d57`](https://github.com/substrait-io/substrait-rs/commit/9c05d579e4c91fee8f8210a8a2a655bedca8e870))
</details>

## 0.48.2 (2024-11-21)

<csr-id-c490912fd86bb52eacf42837a2169863fa961fcc/>

### Chore

- <csr-id-c490912fd86bb52eacf42837a2169863fa961fcc/> bump syn from 2.0.87 to 2.0.89 in the cargo group
Expand All @@ -14,7 +41,7 @@

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

- 1 commit contributed to the release.
- 2 commits 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: [#254](https://github.com/substrait-io/substrait-rs/issues/254)
Expand All @@ -27,6 +54,8 @@

* **[#254](https://github.com/substrait-io/substrait-rs/issues/254)**
- Bump syn from 2.0.87 to 2.0.89 in the cargo group ([`c490912`](https://github.com/substrait-io/substrait-rs/commit/c490912fd86bb52eacf42837a2169863fa961fcc))
* **Uncategorized**
- Release substrait v0.48.2 ([`d28a459`](https://github.com/substrait-io/substrait-rs/commit/d28a459625ce2e76a3a59876ef891150c425f987))
</details>

## 0.48.1 (2024-11-18)
Expand Down Expand Up @@ -2469,6 +2498,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.48.2"
version = "0.49.0"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 4fc59cc

Please sign in to comment.