Skip to content

Commit 6e04443

Browse files
authored
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?
1 parent 33d97ba commit 6e04443

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file.
2424
The format is based on [Keep a Changelog](https://keepachangelog.com/)
2525
and this project adheres to [Semantic Versioning](https://semver.org/).
2626

27-
## [v0.7.0] - 2025-09-17
27+
## [v0.7.0] - 2025-09-23
2828

2929
### Breaking Changes
3030

@@ -125,6 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
125125
* docs: Fix Podman and Orbstack pages not found by @manuzhang in https://github.com/apache/iceberg-rust/pull/1678
126126
* Update bug report template with the latest version, 0.6.0 by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1679
127127
* Expose Avro reader to PyIceberg by @Fokko in https://github.com/apache/iceberg-rust/pull/1328
128+
* refactor: Move equality-ids closer to the spec by @Fokko in https://github.com/apache/iceberg-rust/pull/1705
128129

129130
## [v0.6.0] - 2025-07-14
130131

0 commit comments

Comments
 (0)