From b986b8aa36c73163a91c79539c49ab8b7bf4bca2 Mon Sep 17 00:00:00 2001 From: Shawn Chang Date: Tue, 23 Sep 2025 16:42:48 -0700 Subject: [PATCH] Update change log to include the equality id spec fix --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2851638..d8de42168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -## [v0.7.0] - 2025-09-17 +## [v0.7.0] - 2025-09-23 ### Breaking Changes @@ -125,6 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). * docs: Fix Podman and Orbstack pages not found by @manuzhang in https://github.com/apache/iceberg-rust/pull/1678 * Update bug report template with the latest version, 0.6.0 by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1679 * Expose Avro reader to PyIceberg by @Fokko in https://github.com/apache/iceberg-rust/pull/1328 +* refactor: Move equality-ids closer to the spec by @Fokko in https://github.com/apache/iceberg-rust/pull/1705 ## [v0.6.0] - 2025-07-14