diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b36466..0e44855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index d0d98f0..f93bdb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -586,7 +586,7 @@ dependencies = [ [[package]] name = "substrait" -version = "0.62.0" +version = "0.62.1" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index 483b933..be4e577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"