Skip to content

Commit

Permalink
Release substrait v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 17, 2023
1 parent e8aceb2 commit 6f064c8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@


## 0.7.5 (2023-04-17)

### Bug Fixes

- <csr-id-e8aceb239cd7dba40f8d7dbd471bddaa5065dff9/> skip re-runs if there is no substrait git submodule

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

### Commit Details

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

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

* **[#95](https://github.com/substrait-io/substrait-rs/issues/95)**
- Skip re-runs if there is no substrait git submodule ([`e8aceb2`](https://github.com/substrait-io/substrait-rs/commit/e8aceb239cd7dba40f8d7dbd471bddaa5065dff9))
</details>

## 0.7.4 (2023-04-17)

<csr-id-83a18ee71b2174cd3e1118ae789cb0e09d4a3b2e/>
Expand All @@ -25,8 +49,8 @@

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

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

Expand All @@ -38,6 +62,8 @@

* **[#93](https://github.com/substrait-io/substrait-rs/issues/93)**
- Bump substrait from 0.28.1 to 0.28.2 ([`83a18ee`](https://github.com/substrait-io/substrait-rs/commit/83a18ee71b2174cd3e1118ae789cb0e09d4a3b2e))
* **Uncategorized**
- Release substrait v0.7.4 ([`e2f0cc9`](https://github.com/substrait-io/substrait-rs/commit/e2f0cc957122cfa07a88739ea13570e29ffa87c7))
</details>

## 0.7.3 (2023-04-09)
Expand Down
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.7.4"
version = "0.7.5"
edition = "2021"
rust-version = "1.60"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit 6f064c8

Please sign in to comment.