diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cac4cd..8f44c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,225 @@ +## 0.23.0 (2024-01-22) + + + + + +### Chore + + - bump actions/upload-pages-artifact from 2 to 3 + Bumps + [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) + from 2 to 3. +
+ Release notes +

Sourced from actions/upload-pages-artifact's + releases.

+
+

v3.0.0

+

Changelog

+ +

To deploy a GitHub Pages site which has been uploaded with his + version of actions/upload-pages-artifact, you must also use + actions/deploy-pages@v4 or newer.

+

See details of all + code changes since previous release.

+
+
+
+ Commits +
    +
  • 0252fc4 + Merge pull request #81 + from actions/artifacts-next
  • +
  • 2a5c144 + Use actions/download-artifact@v4 in test
  • +
  • 7e3f6bb + Merge pull request #80 + from robherley/patch-1
  • +
  • 257e666 + Use v4 upload-artifact tag
  • +
  • 0313a19 + Merge pull request #78 + from konradpabjan/main
  • +
  • 1228e65 + Update action.yml
  • +
  • eb31309 + Update artifact names in tests
  • +
  • 241a975 + Correct artifact name during download
  • +
  • ef95519 + Unique artifact name per job
  • +
  • ecdd3ed + Switch to using download@v4-beta
  • +
  • Additional commits viewable in compare + view
  • +
+
+
+ + + [![Dependabot compatibility + score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-pages-artifact&package-manager=github_actions&previous-version=2&new-version=3)](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`. + - bump actions/deploy-pages from 3 to 4 + Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) + from 3 to 4. +
+ Release notes +

Sourced from actions/deploy-pages's + releases.

+
+

v4.0.0

+

Changelog

+ +
+

:warning: This version of actions/deploy-pages is + ONLY compatible with artifacts uploaded by either:

+ +

See details of all + code changes since previous release.

+

:warning: For use with products other than GitHub.com, such as GitHub + Enterprise Server, please consult the compatibility + table.

+

v3.0.1

+

Changelog

+ +

🧰 Maintenance

+ +
+

See details of all + code changes since previous release.

+

:warning: For use with products other than GitHub.com, such as GitHub + Enterprise Server, please consult the compatibility + table.

+
+
+
+ Commits + +
+
+ + + [![Dependabot compatibility + score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/deploy-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) + + 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`. + +### Chore (BREAKING) + + - bump substrait from `0.41.0` to `0.42.0` + +### Commit Statistics + + + + - 3 commits contributed to the release over the course of 13 calendar days. + - 13 days passed between releases. + - 3 commits were understood as [conventional](https://www.conventionalcommits.org). + - 3 unique issues were worked on: [#145](https://github.com/substrait-io/substrait-rs/issues/145), [#146](https://github.com/substrait-io/substrait-rs/issues/146), [#149](https://github.com/substrait-io/substrait-rs/issues/149) + +### Commit Details + + + +
view details + + * **[#145](https://github.com/substrait-io/substrait-rs/issues/145)** + - Bump actions/deploy-pages from 3 to 4 ([`33aaf9b`](https://github.com/substrait-io/substrait-rs/commit/33aaf9b613ccc804265678f192f864d7e5a2b5a7)) + * **[#146](https://github.com/substrait-io/substrait-rs/issues/146)** + - Bump actions/upload-pages-artifact from 2 to 3 ([`952c90f`](https://github.com/substrait-io/substrait-rs/commit/952c90f50a1aeaac48039e6ac8f0d4f2e70e2ad3)) + * **[#149](https://github.com/substrait-io/substrait-rs/issues/149)** + - Bump substrait from `0.41.0` to `0.42.0` ([`c2e596b`](https://github.com/substrait-io/substrait-rs/commit/c2e596b124f95fc1364f96174d0bb104081be62d)) +
+ ## 0.22.0 (2024-01-08) @@ -35,8 +255,8 @@ - - 1 commit contributed to the release. - - 21 days passed between releases. + - 2 commits contributed to the release. + - 22 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#147](https://github.com/substrait-io/substrait-rs/issues/147) @@ -48,6 +268,8 @@ * **[#147](https://github.com/substrait-io/substrait-rs/issues/147)** - Bump substrait from `0.40.0` to `0.41.0` ([`aec95c2`](https://github.com/substrait-io/substrait-rs/commit/aec95c21814736286418070bd1e88760f1c1e92f)) + * **Uncategorized** + - Release substrait v0.22.0 ([`a605313`](https://github.com/substrait-io/substrait-rs/commit/a605313678b63b7a01be85069282645a9fb60938)) ## 0.21.0 (2023-12-17) diff --git a/Cargo.toml b/Cargo.toml index 1871aad..2c30e32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.22.0" +version = "0.23.0" edition = "2021" rust-version = "1.60" description = "Cross-Language Serialization for Relational Algebra"