This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 6e044431 chore: Update change log to include the equality id spec fix
(#1707)
6e044431 is described below
commit 6e04443183da2d06876a03992b84e16fba4c2b96
Author: Shawn Chang <[email protected]>
AuthorDate: Wed Sep 24 03:28:02 2025 -0700
chore: Update change log to include the equality id spec fix (#1707)
## Which issue does this PR close?
- A part of #1631
## What changes are included in this PR?
- Updated change log
Verified dependencies list using commands:
`python3 ./scripts/dependencies.py generate` and `python3
./scripts/dependencies.py check`, no dependencies list update is needed
after cherry-picking #1705 to my temp release branch:
https://github.com/CTTY/iceberg-rust/commits/ctty/070-release/
## Are these changes tested?
---
CHANGELOG.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd285163..d8de4216 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