From a7389d581aceeec7187ccdfd1cbb80e7ac0747f9 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 18 Jul 2023 23:17:38 -0700 Subject: [PATCH] Bump the patch version on the rust package to address the incorrect merge --- CHANGELOG.md | 6 ++++++ rust/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e806d5c9..492382c268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [rust-v0.13.1](https://github.com/delta-io/delta-rs/tree/rust-v0.13.1) (2023-07-18) + +**Fixed bugs:** + +* Revert premature merge of an attempted fix for binary column statistics [\#1544](https://github.com/delta-io/delta-rs/pull/1544) + ## [rust-v0.13.0](https://github.com/delta-io/delta-rs/tree/rust-v0.13.0) (2023-07-15) [Full Changelog](https://github.com/delta-io/delta-rs/compare/rust-v0.12.0...rust-v0.13.0) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 75621cc361..af1e6e4e2d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deltalake" -version = "0.13.0" +version = "0.13.1" rust-version = "1.64" authors = ["Qingping Hou "] homepage = "https://github.com/delta-io/delta.rs"