Skip to content

Commit 1d8e21f

Browse files
Release substrait v0.19.0
1 parent 7f91d62 commit 1d8e21f

File tree

2 files changed

+63
-2
lines changed

2 files changed

+63
-2
lines changed

CHANGELOG.md

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
11

22

3+
## 0.19.0 (2023-11-06)
4+
5+
<csr-id-7f91d6243d399014bafbe48ef75ff361bfaab386/>
6+
7+
### Chore (BREAKING)
8+
9+
- <csr-id-7f91d6243d399014bafbe48ef75ff361bfaab386/> bump substrait from `0.37.0` to `0.38.0`
10+
Bumps [substrait](https://github.com/substrait-io/substrait) from
11+
`52e81a9` to `bdff923`.
12+
<details>
13+
<summary>Commits</summary>
14+
<ul>
15+
<li><a
16+
href="https://github.com/substrait-io/substrait/commit/bdff9232d858b0b73526bcc115921d39eaaf492d"><code>bdff923</code></a>
17+
chore(release): 0.38.0</li>
18+
<li><a
19+
href="https://github.com/substrait-io/substrait/commit/b3071bc9cd77cf916568641c83056a285f8123be"><code>b3071bc</code></a>
20+
feat: add least and greatest functions to functions_comparison.yml (<a
21+
href="https://redirect.github.com/substrait-io/substrait/issues/247">#247</a>)</li>
22+
<li><a
23+
href="https://github.com/substrait-io/substrait/commit/6c88a1e1a6d8a8a05a3b5b8a141309009d62be29"><code>6c88a1e</code></a>
24+
chore(deps): Bump bufbuild/buf-setup-action from 1.27.1 to 1.27.2 (<a
25+
href="https://redirect.github.com/substrait-io/substrait/issues/569">#569</a>)</li>
26+
<li><a
27+
href="https://github.com/substrait-io/substrait/commit/2d9f1b95a4bef196aa0e27a8e9425f12ee8f2998"><code>2d9f1b9</code></a>
28+
chore(deps): Bump actions/setup-node from 3 to 4 (<a
29+
href="https://redirect.github.com/substrait-io/substrait/issues/568">#568</a>)</li>
30+
<li>See full diff in <a
31+
href="https://github.com/substrait-io/substrait/compare/52e81a9fe725881036eddaa77ae0dba8b2ad6f83...bdff9232d858b0b73526bcc115921d39eaaf492d">compare
32+
view</a></li>
33+
</ul>
34+
</details>
35+
<br />
36+
37+
38+
Dependabot will resolve any conflicts with this PR as long as you don't
39+
alter it yourself. You can also trigger a rebase manually by commenting
40+
`@dependabot rebase`.
41+
42+
### Commit Statistics
43+
44+
<csr-read-only-do-not-edit/>
45+
46+
- 1 commit contributed to the release.
47+
- 13 days passed between releases.
48+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
49+
- 1 unique issue was worked on: [#137](https://github.com/substrait-io/substrait-rs/issues/137)
50+
51+
### Commit Details
52+
53+
<csr-read-only-do-not-edit/>
54+
55+
<details><summary>view details</summary>
56+
57+
* **[#137](https://github.com/substrait-io/substrait-rs/issues/137)**
58+
- Bump substrait from `0.37.0` to `0.38.0` ([`7f91d62`](https://github.com/substrait-io/substrait-rs/commit/7f91d6243d399014bafbe48ef75ff361bfaab386))
59+
</details>
60+
361
## 0.18.1 (2023-10-24)
462

563
<csr-id-47d00137150f3d15b813d0c366d518efd389d792/>
@@ -165,7 +223,8 @@
165223

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

168-
- 1 commit contributed to the release.
226+
- 2 commits contributed to the release.
227+
- 1 day passed between releases.
169228
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
170229
- 1 unique issue was worked on: [#135](https://github.com/substrait-io/substrait-rs/issues/135)
171230

@@ -177,6 +236,8 @@
177236

178237
* **[#135](https://github.com/substrait-io/substrait-rs/issues/135)**
179238
- Bump actions/setup-node from 3 to 4 ([`47d0013`](https://github.com/substrait-io/substrait-rs/commit/47d00137150f3d15b813d0c366d518efd389d792))
239+
* **Uncategorized**
240+
- Release substrait v0.18.1 ([`15f467a`](https://github.com/substrait-io/substrait-rs/commit/15f467a7b276acd76247317b47894737722b999d))
180241
</details>
181242

182243
## 0.18.0 (2023-10-23)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22
[package]
33
name = "substrait"
4-
version = "0.18.1"
4+
version = "0.19.0"
55
edition = "2021"
66
rust-version = "1.60"
77
description = "Cross-Language Serialization for Relational Algebra"

0 commit comments

Comments
 (0)