From 15f467a7b276acd76247317b47894737722b999d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:44:28 +0000 Subject: [PATCH] Release substrait v0.18.1 --- CHANGELOG.md | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 183 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29d49f..ed36b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,184 @@ +## 0.18.1 (2023-10-24) + + + +### Chore + + - bump actions/setup-node from 3 to 4 + Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 + to 4. +
+ Release notes +

Sourced from actions/setup-node's + releases.

+
+

v4.0.0

+

What's Changed

+

In scope of this release we changed version of node runtime for + action from node16 to node20 and updated dependencies in actions/setup-node#866

+

Besides, release contains such changes as:

+ +

New Contributors

+ +

Full Changelog: https://github.com/actions/setup-node/compare/v3...v4.0.0

+

v3.8.2

+

What's Changed

+ +

Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.2

+

v3.8.1

+

What's Changed

+

In scope of this release, the filter was removed within the + cache-save step by @​dmitry-shibanov + in actions/setup-node#831. + It is filtered and checked in the toolkit/cache library.

+

Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1

+

v3.8.0

+

What's Changed

+

Bug fixes:

+ +

Feature implementations:

+ +

Documentation changes:

+ +

Update dependencies:

+ + +
+

... (truncated)

+
+
+ Commits + +
+
+ + + [![Dependabot compatibility + score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&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) + + Dependabot will resolve any conflicts with this PR as long as you don't + alter it yourself. You can also trigger a rebase manually by commenting + `@dependabot rebase`. + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#135](https://github.com/substrait-io/substrait-rs/issues/135) + +### Commit Details + + + +
view details + + * **[#135](https://github.com/substrait-io/substrait-rs/issues/135)** + - Bump actions/setup-node from 3 to 4 ([`47d0013`](https://github.com/substrait-io/substrait-rs/commit/47d00137150f3d15b813d0c366d518efd389d792)) +
+ ## 0.18.0 (2023-10-23) @@ -200,7 +379,7 @@ - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 11 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 2 unique issues were worked on: [#132](https://github.com/substrait-io/substrait-rs/issues/132), [#134](https://github.com/substrait-io/substrait-rs/issues/134) @@ -215,6 +394,8 @@ - Update typify requirement from 0.0.13 to 0.0.14 ([`c5734ec`](https://github.com/substrait-io/substrait-rs/commit/c5734ecd9fe997b8ad68e32c1fa6315445b80637)) * **[#134](https://github.com/substrait-io/substrait-rs/issues/134)** - Bump substrait from `0.36.0` to `0.37.0` ([`e340c3b`](https://github.com/substrait-io/substrait-rs/commit/e340c3b4c13988abae264c181f697d2b8bf767f5)) + * **Uncategorized** + - Release substrait v0.18.0 ([`86a3b70`](https://github.com/substrait-io/substrait-rs/commit/86a3b708e2b56b142314e52ae0ec49db99492524)) ## 0.17.0 (2023-10-11) diff --git a/Cargo.toml b/Cargo.toml index 49f765b..a58e4f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.18.0" +version = "0.18.1" edition = "2021" rust-version = "1.60" description = "Cross-Language Serialization for Relational Algebra"