Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.62.1](https://github.com/substrait-io/substrait-rs/compare/v0.62.0...v0.62.1) - 2025-11-20

### Added

- allow unknown fields in protobuf JSON for forward compat ([#425](https://github.com/substrait-io/substrait-rs/pull/425))

### Other

- *(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))
- *(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))
- *(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))

## [0.62.0](https://github.com/substrait-io/substrait-rs/compare/v0.61.0...v0.62.0) - 2025-10-28

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
[package]
name = "substrait"
version = "0.62.0"
version = "0.62.1"
edition = "2024"
rust-version = "1.85.1"
description = "Cross-Language Serialization for Relational Algebra"
Expand Down