Skip to content

Commit

Permalink
Release substrait v0.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent f263f6e commit 73dd171
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.49.1 (2024-11-25)

### Chore

- <csr-id-f263f6e0b92b3f8ca23de3bd84bd84f53beeda57/> bump url from 2.5.3 to 2.5.4 in the cargo group
Bumps the cargo group with 1 update:
[url](https://github.com/servo/rust-url).

Updates `url` from 2.5.3 to 2.5.4

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

### Commit Details

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

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

* **[#256](https://github.com/substrait-io/substrait-rs/issues/256)**
- Bump url from 2.5.3 to 2.5.4 in the cargo group ([`f263f6e`](https://github.com/substrait-io/substrait-rs/commit/f263f6e0b92b3f8ca23de3bd84bd84f53beeda57))
</details>

## 0.49.0 (2024-11-24)

<csr-id-9c05d579e4c91fee8f8210a8a2a655bedca8e870/>

### Chore (BREAKING)

- <csr-id-9c05d579e4c91fee8f8210a8a2a655bedca8e870/> bump substrait from `0.61.0` to `0.62.0`
Expand All @@ -10,7 +40,7 @@

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

- 1 commit contributed to the release.
- 2 commits 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)
Expand All @@ -23,6 +53,8 @@

* **[#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))
* **Uncategorized**
- Release substrait v0.49.0 ([`4fc59cc`](https://github.com/substrait-io/substrait-rs/commit/4fc59cc5549cdced0f249fc5641dcdae6654c857))
</details>

## 0.48.2 (2024-11-21)
Expand Down Expand Up @@ -2502,6 +2534,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.49.0"
version = "0.49.1"
edition = "2021"
rust-version = "1.75.0"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 73dd171

Please sign in to comment.