Skip to content

Commit e888815

Browse files
chore: release v0.62.3
1 parent 77e785c commit e888815

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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-01-20
11+
12+
### Added
13+
14+
- basic handling of scalar functions ([#451](https://github.com/substrait-io/substrait-rs/pull/451))
15+
- add initial extension support ([#395](https://github.com/substrait-io/substrait-rs/pull/395))
16+
1017
## [0.62.2](https://github.com/substrait-io/substrait-rs/compare/v0.62.1...v0.62.2) - 2025-12-16
1118

1219
### 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)