diff --git a/CHANGELOG.md b/CHANGELOG.md index ed36b68..0dcdd4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,63 @@ +## 0.19.0 (2023-11-06) + + + +### Chore (BREAKING) + + - bump substrait from `0.37.0` to `0.38.0` + Bumps [substrait](https://github.com/substrait-io/substrait) from + `52e81a9` to `bdff923`. +
+ Commits +
    +
  • bdff923 + chore(release): 0.38.0
  • +
  • b3071bc + feat: add least and greatest functions to functions_comparison.yml (#247)
  • +
  • 6c88a1e + chore(deps): Bump bufbuild/buf-setup-action from 1.27.1 to 1.27.2 (#569)
  • +
  • 2d9f1b9 + chore(deps): Bump actions/setup-node from 3 to 4 (#568)
  • +
  • See full diff in compare + view
  • +
+
+
+ + + 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. + - 13 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#137](https://github.com/substrait-io/substrait-rs/issues/137) + +### Commit Details + + + +
view details + + * **[#137](https://github.com/substrait-io/substrait-rs/issues/137)** + - Bump substrait from `0.37.0` to `0.38.0` ([`7f91d62`](https://github.com/substrait-io/substrait-rs/commit/7f91d6243d399014bafbe48ef75ff361bfaab386)) +
+ ## 0.18.1 (2023-10-24) @@ -165,7 +223,8 @@ - - 1 commit contributed to the release. + - 2 commits contributed to the release. + - 1 day passed between releases. - 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) @@ -177,6 +236,8 @@ * **[#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)) + * **Uncategorized** + - Release substrait v0.18.1 ([`15f467a`](https://github.com/substrait-io/substrait-rs/commit/15f467a7b276acd76247317b47894737722b999d)) ## 0.18.0 (2023-10-23) diff --git a/Cargo.toml b/Cargo.toml index a58e4f8..fc5ca66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.18.1" +version = "0.19.0" edition = "2021" rust-version = "1.60" description = "Cross-Language Serialization for Relational Algebra"