Skip to content

Commit e19ba64

Browse files
chore: release v0.62.0
1 parent 06856fd commit e19ba64

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.62.0](https://github.com/substrait-io/substrait-rs/compare/v0.61.0...v0.62.0) - 2025-10-14
11+
12+
### Other
13+
14+
- *(deps,cargo)* bump typify from 0.4.3 to 0.5.0 in the cargo group ([#405](https://github.com/substrait-io/substrait-rs/pull/405))
15+
1016
## [0.61.0](https://github.com/substrait-io/substrait-rs/compare/v0.60.1...v0.61.0) - 2025-10-05
1117

1218
### Fixed

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.61.0"
4+
version = "0.62.0"
55
edition = "2024"
66
rust-version = "1.88.0"
77
description = "Cross-Language Serialization for Relational Algebra"

0 commit comments

Comments
 (0)