Skip to content

Commit

Permalink
Release substrait v0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 10, 2024
1 parent e56e646 commit c67f7e0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,34 @@


## 0.37.2 (2024-07-10)

### Documentation

- <csr-id-e56e646c3c672daaf39d3ce7676acbbbfc4e0d84/> `--cfg=docsrs` is now a default set by docs.rs
It's no longer required to specify this in our package metadata.

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

### Commit Details

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

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

* **[#190](https://github.com/substrait-io/substrait-rs/issues/190)**
- `--cfg=docsrs` is now a default set by docs.rs ([`e56e646`](https://github.com/substrait-io/substrait-rs/commit/e56e646c3c672daaf39d3ce7676acbbbfc4e0d84))
</details>

## 0.37.1 (2024-07-10)

<csr-id-1ac5042667bba8ca3c634bd688979ad5f67f655b/>

### Chore

- <csr-id-1ac5042667bba8ca3c634bd688979ad5f67f655b/> add `prost` and `pbjson` dependabot groups
Expand All @@ -11,7 +38,7 @@

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

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

Expand All @@ -23,6 +50,8 @@

* **[#199](https://github.com/substrait-io/substrait-rs/issues/199)**
- Add `prost` and `pbjson` dependabot groups ([`1ac5042`](https://github.com/substrait-io/substrait-rs/commit/1ac5042667bba8ca3c634bd688979ad5f67f655b))
* **Uncategorized**
- Release substrait v0.37.1 ([`53cb477`](https://github.com/substrait-io/substrait-rs/commit/53cb477da03c4519c0d494a3dabb91a43f164a87))
</details>

## 0.37.0 (2024-07-09)
Expand Down Expand Up @@ -208,6 +237,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.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.37.1"
version = "0.37.2"
edition = "2021"
rust-version = "1.70"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down

0 comments on commit c67f7e0

Please sign in to comment.