Skip to content

Commit 0896f2d

Browse files
authored
chore: Update 0.7.0 change log to include avro reader (apache#1687)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes apache#123` indicates that this PR will close issue apache#123. --> - A part of apache#1631 ## What changes are included in this PR? - Updated change log to include avro reader for pyiceberg ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? -->
1 parent d6cb7eb commit 0896f2d

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-16
27+
## [v0.7.0] - 2025-09-17
2828

2929
### Breaking Changes
3030

@@ -124,6 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
124124
* docs: Update download links to 0.6.0 by @manuzhang in https://github.com/apache/iceberg-rust/pull/1677
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
127+
* Expose Avro reader to PyIceberg by @Fokko in https://github.com/apache/iceberg-rust/pull/1328
127128

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

0 commit comments

Comments
 (0)