Skip to content

Commit c8dd56b

Browse files
chore: release v0.62.1
1 parent d299aea commit c8dd56b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.62.1](https://github.com/substrait-io/substrait-rs/compare/v0.62.0...v0.62.1) - 2025-11-20
11+
12+
### Added
13+
14+
- allow unknown fields in protobuf JSON for forward compat ([#425](https://github.com/substrait-io/substrait-rs/pull/425))
15+
16+
### Other
17+
18+
- *(deps,cargo)* bump syn from 2.0.109 to 2.0.110 in the cargo group ([#423](https://github.com/substrait-io/substrait-rs/pull/423))
19+
- *(deps,cargo)* bump syn from 2.0.108 to 2.0.109 in the cargo group across 1 directory ([#421](https://github.com/substrait-io/substrait-rs/pull/421))
20+
- *(deps,cargo)* bump syn from 2.0.106 to 2.0.107 in the cargo group ([#410](https://github.com/substrait-io/substrait-rs/pull/410))
21+
1022
## [0.62.0](https://github.com/substrait-io/substrait-rs/compare/v0.61.0...v0.62.0) - 2025-10-28
1123

1224
### Other

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

0 commit comments

Comments
 (0)