Skip to content

Commit 682e1d8

Browse files
chore: release v0.62.3 (#438)
## πŸ€– New release * `substrait`: 0.62.2 -> 0.62.3 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.62.3](v0.62.2...v0.62.3) - 2026-03-04 ### Added - *(deps,substrait)* update substrait submodule to v0.79.0 ([#466](#466)) - basic handling of scalar functions ([#451](#451)) - add initial extension support ([#395](#395)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ben Bellick <36523439+benbellick@users.noreply.github.com>
1 parent 676eb2c commit 682e1d8

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.62.3](https://github.com/substrait-io/substrait-rs/compare/v0.62.2...v0.62.3) - 2026-03-04
11+
12+
### Added
13+
14+
- *(deps,substrait)* update substrait submodule to v0.79.0 ([#466](https://github.com/substrait-io/substrait-rs/pull/466))
15+
- basic handling of scalar functions ([#451](https://github.com/substrait-io/substrait-rs/pull/451))
16+
- add initial extension support ([#395](https://github.com/substrait-io/substrait-rs/pull/395))
17+
1018
## [0.62.2](https://github.com/substrait-io/substrait-rs/compare/v0.62.1...v0.62.2) - 2025-12-16
1119

1220
### Added

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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.62.2"
4+
version = "0.62.3"
55
edition = "2024"
66
rust-version = "1.85.1"
77
description = "Cross-Language Serialization for Relational Algebra"

0 commit comments

Comments
Β (0)