Skip to content

Commit b8f1e56

Browse files
Release substrait v0.20.2
1 parent d8912a5 commit b8f1e56

File tree

2 files changed

+188
-2
lines changed

2 files changed

+188
-2
lines changed

CHANGELOG.md

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

22

3+
## 0.20.2 (2023-12-05)
4+
5+
<csr-id-d8912a529e86b82e200d9bbbb63dafa1d6c06a76/>
6+
7+
### Chore
8+
9+
- <csr-id-d8912a529e86b82e200d9bbbb63dafa1d6c06a76/> bump actions/configure-pages from 3 to 4
10+
Bumps
11+
[actions/configure-pages](https://github.com/actions/configure-pages)
12+
from 3 to 4.
13+
<details>
14+
<summary>Release notes</summary>
15+
<p><em>Sourced from <a
16+
href="https://github.com/actions/configure-pages/releases">actions/configure-pages's
17+
releases</a>.</em></p>
18+
<blockquote>
19+
<h2>v4.0.0</h2>
20+
<h1>Changelog</h1>
21+
<ul>
22+
<li>Use a centralized <code>.node-version</code> file <a
23+
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
24+
(<a
25+
href="https://redirect.github.com/actions/configure-pages/issues/117">#117</a>)</li>
26+
<li>Update action to node20 <a
27+
href="https://github.com/takost"><code>@​takost</code></a> (<a
28+
href="https://redirect.github.com/actions/configure-pages/issues/108">#108</a>)</li>
29+
</ul>
30+
<p>See details of <a
31+
href="https://github.com/actions/configure-pages/compare/v3.0.7...v4.0.0">all
32+
code changes</a> since previous release.</p>
33+
<h2>v3.0.7</h2>
34+
<h1>Changelog</h1>
35+
<ul>
36+
<li>Update Actions workflows to use Node 20.x <a
37+
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
38+
(<a
39+
href="https://redirect.github.com/actions/configure-pages/issues/116">#116</a>)</li>
40+
<li>Bump eslint-plugin-github from 4.7.0 to 4.10.1 <a
41+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
42+
href="https://redirect.github.com/actions/configure-pages/issues/114">#114</a>)</li>
43+
<li>Bump word-wrap from 1.2.3 to 1.2.5 <a
44+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
45+
href="https://redirect.github.com/actions/configure-pages/issues/113">#113</a>)</li>
46+
<li>Bump jest from 29.5.0 to 29.7.0 <a
47+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
48+
href="https://redirect.github.com/actions/configure-pages/issues/112">#112</a>)</li>
49+
<li>Bump <code>@​babel/traverse</code> from 7.21.3 to 7.23.5 <a
50+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
51+
href="https://redirect.github.com/actions/configure-pages/issues/110">#110</a>)</li>
52+
<li>Bump espree from 9.5.2 to 9.6.1 <a
53+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
54+
href="https://redirect.github.com/actions/configure-pages/issues/111">#111</a>)</li>
55+
<li>Bump eslint from 8.38.0 to 8.40.0 <a
56+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
57+
href="https://redirect.github.com/actions/configure-pages/issues/93">#93</a>)</li>
58+
</ul>
59+
<p>See details of <a
60+
href="https://github.com/actions/configure-pages/compare/v3.0.6...v3.0.7">all
61+
code changes</a> since previous release.</p>
62+
<h2>v3.0.6</h2>
63+
<h1>Changelog</h1>
64+
<ul>
65+
<li>Bump eslint from 8.36.0 to 8.38.0 <a
66+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
67+
href="https://redirect.github.com/actions/configure-pages/issues/89">#89</a>)</li>
68+
<li>Bump eslint-plugin-github from 4.6.1 to 4.7.0 <a
69+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
70+
href="https://redirect.github.com/actions/configure-pages/issues/86">#86</a>)</li>
71+
<li>Bump eslint-config-prettier from 8.7.0 to 8.8.0 <a
72+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
73+
href="https://redirect.github.com/actions/configure-pages/issues/85">#85</a>)</li>
74+
<li>Bump prettier from 2.8.6 to 2.8.7 <a
75+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
76+
href="https://redirect.github.com/actions/configure-pages/issues/84">#84</a>)</li>
77+
<li>Make &quot;Get Pages failed&quot; error message more helpful <a
78+
href="https://github.com/WofWca"><code>@​WofWca</code></a> (<a
79+
href="https://redirect.github.com/actions/configure-pages/issues/83">#83</a>)</li>
80+
<li>Bump prettier from 2.8.4 to 2.8.6 <a
81+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
82+
href="https://redirect.github.com/actions/configure-pages/issues/81">#81</a>)</li>
83+
<li>Add a CodeQL security scanning workflow <a
84+
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
85+
(<a
86+
href="https://redirect.github.com/actions/configure-pages/issues/68">#68</a>)</li>
87+
</ul>
88+
<p>See details of <a
89+
href="https://github.com/actions/configure-pages/compare/v3.0.5...v3.0.6">all
90+
code changes</a> since previous release.</p>
91+
<h2>v3.0.5</h2>
92+
<h1>Changelog</h1>
93+
<ul>
94+
<li>Bump jest from 29.4.3 to 29.5.0 <a
95+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
96+
href="https://redirect.github.com/actions/configure-pages/issues/77">#77</a>)</li>
97+
<li>Bump eslint from 8.35.0 to 8.36.0 <a
98+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
99+
href="https://redirect.github.com/actions/configure-pages/issues/76">#76</a>)</li>
100+
<li>Bump espree from 9.4.1 to 9.5.0 <a
101+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
102+
href="https://redirect.github.com/actions/configure-pages/issues/78">#78</a>)</li>
103+
<li>Bump eslint-config-prettier from 8.6.0 to 8.7.0 <a
104+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
105+
href="https://redirect.github.com/actions/configure-pages/issues/75">#75</a>)</li>
106+
<li>Bump eslint from 8.34.0 to 8.35.0 <a
107+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
108+
href="https://redirect.github.com/actions/configure-pages/issues/73">#73</a>)</li>
109+
<li>Bump jest from 29.4.1 to 29.4.3 <a
110+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
111+
href="https://redirect.github.com/actions/configure-pages/issues/72">#72</a>)</li>
112+
<li>Bump eslint-plugin-github from 4.6.0 to 4.6.1 <a
113+
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
114+
href="https://redirect.github.com/actions/configure-pages/issues/71">#71</a>)</li>
115+
<li>Amend token coverage for enablement in Action metadata file <a
116+
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
117+
(<a
118+
href="https://redirect.github.com/actions/configure-pages/issues/51">#51</a>)</li>
119+
</ul>
120+
<p>See details of <a
121+
href="https://github.com/actions/configure-pages/compare/v3.0.4...v3.0.5">all
122+
code changes</a> since previous release.</p>
123+
<h2>v3.0.4</h2>
124+
<h1>Changelog</h1>
125+
<!-- raw HTML omitted -->
126+
</blockquote>
127+
<p>... (truncated)</p>
128+
</details>
129+
<details>
130+
<summary>Commits</summary>
131+
<ul>
132+
<li><a
133+
href="https://github.com/actions/configure-pages/commit/1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d"><code>1f0c5cd</code></a>
134+
Merge pull request <a
135+
href="https://redirect.github.com/actions/configure-pages/issues/117">#117</a>
136+
from actions/use-node-version-file</li>
137+
<li><a
138+
href="https://github.com/actions/configure-pages/commit/591bb0deb9c3f137206bbbabf9b07b6161afc6ba"><code>591bb0d</code></a>
139+
Merge branch 'main' into use-node-version-file</li>
140+
<li><a
141+
href="https://github.com/actions/configure-pages/commit/1465f012e6e7718cdf7bc61874e613e1e67ed84f"><code>1465f01</code></a>
142+
Merge pull request <a
143+
href="https://redirect.github.com/actions/configure-pages/issues/108">#108</a>
144+
from takost/update-to-node-20</li>
145+
<li><a
146+
href="https://github.com/actions/configure-pages/commit/f2fc55313325af8b5ee6da799ed072a114df7416"><code>f2fc553</code></a>
147+
Merge branch 'main' into update-to-node-20</li>
148+
<li><a
149+
href="https://github.com/actions/configure-pages/commit/373694e352893db5ef78de6f321e8d55c860f7b6"><code>373694e</code></a>
150+
Use a centralized .node-version file</li>
151+
<li><a
152+
href="https://github.com/actions/configure-pages/commit/3a014131e99a7bf2daf896787a8f92789126d038"><code>3a01413</code></a>
153+
Update action to node20</li>
154+
<li>See full diff in <a
155+
href="https://github.com/actions/configure-pages/compare/v3...v4">compare
156+
view</a></li>
157+
</ul>
158+
</details>
159+
<br />
160+
161+
162+
[![Dependabot compatibility
163+
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/configure-pages&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
164+
165+
Dependabot will resolve any conflicts with this PR as long as you don't
166+
alter it yourself. You can also trigger a rebase manually by commenting
167+
`@dependabot rebase`.
168+
169+
### Commit Statistics
170+
171+
<csr-read-only-do-not-edit/>
172+
173+
- 1 commit contributed to the release.
174+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
175+
- 1 unique issue was worked on: [#141](https://github.com/substrait-io/substrait-rs/issues/141)
176+
177+
### Commit Details
178+
179+
<csr-read-only-do-not-edit/>
180+
181+
<details><summary>view details</summary>
182+
183+
* **[#141](https://github.com/substrait-io/substrait-rs/issues/141)**
184+
- Bump actions/configure-pages from 3 to 4 ([`d8912a5`](https://github.com/substrait-io/substrait-rs/commit/d8912a529e86b82e200d9bbbb63dafa1d6c06a76))
185+
</details>
186+
3187
## 0.20.1 (2023-12-05)
4188

5189
<csr-id-c2d9ea0e39cd5e32a118b650d55c019171b6900e/>
@@ -152,7 +336,7 @@
152336

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

155-
- 1 commit contributed to the release.
339+
- 2 commits contributed to the release.
156340
- 7 days passed between releases.
157341
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
158342
- 1 unique issue was worked on: [#140](https://github.com/substrait-io/substrait-rs/issues/140)
@@ -165,6 +349,8 @@
165349

166350
* **[#140](https://github.com/substrait-io/substrait-rs/issues/140)**
167351
- Bump actions/deploy-pages from 2 to 3 ([`c2d9ea0`](https://github.com/substrait-io/substrait-rs/commit/c2d9ea0e39cd5e32a118b650d55c019171b6900e))
352+
* **Uncategorized**
353+
- Release substrait v0.20.1 ([`02a5aae`](https://github.com/substrait-io/substrait-rs/commit/02a5aae4cd2a0199676e1c48b6f5448f77ac1b4c))
168354
</details>
169355

170356
## 0.20.0 (2023-11-27)

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.20.1"
4+
version = "0.20.2"
55
edition = "2021"
66
rust-version = "1.60"
77
description = "Cross-Language Serialization for Relational Algebra"

0 commit comments

Comments
 (0)