diff --git a/CHANGELOG.md b/CHANGELOG.md index b64a43a..f1d4464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.53.0](https://github.com/substrait-io/substrait-rs/compare/v0.52.3...v0.53.0) - 2025-02-02 + +### Other + +- undo release v0.53.0 (#294) +- release v0.53.0 (#288) +- *(deps,cargo)* bump protobuf-src from 2.1.0+27.1 to 2.1.1+27.1 in the cargo group (#289) +- *(deps,cargo)* bump serde_json from 1.0.137 to 1.0.138 in the cargo group (#287) ## 0.52.3 (2025-01-21) diff --git a/Cargo.lock b/Cargo.lock index ed2b7ec..adcbed2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -757,7 +757,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "substrait" -version = "0.52.3" +version = "0.53.0" dependencies = [ "heck", "hex", diff --git a/Cargo.toml b/Cargo.toml index d806078..222cb64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 [package] name = "substrait" -version = "0.52.3" +version = "0.53.0" edition = "2021" rust-version = "1.80.1" description = "Cross-Language Serialization for Relational Algebra"