@@ -124,8 +124,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
124
124
* docs: Update download links to 0.6.0 by @manuzhang in https://github.com/apache/iceberg-rust/pull/1677
125
125
* docs: Fix Podman and Orbstack pages not found by @manuzhang in https://github.com/apache/iceberg-rust/pull/1678
126
126
* Update bug report template with the latest version, 0.6.0 by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1679
127
+ * chore: Bump version to 0.7.0 by @CTTY in https://github.com/apache/iceberg-rust/pull/1681
127
128
* Expose Avro reader to PyIceberg by @Fokko in https://github.com/apache/iceberg-rust/pull/1328
129
+ * CI: Fix Nightly PyPi GitHub Action by @Fokko in https://github.com/apache/iceberg-rust/pull/1683
130
+ * chore: Update 0.7.0 change log to include avro reader by @CTTY in https://github.com/apache/iceberg-rust/pull/1687
131
+ * chore: Bump toolchain version to rust 1.87 and update dependencies list by @CTTY in https://github.com/apache/iceberg-rust/pull/1688
132
+ * ci: Don't run CI on unrelated changes by @manuzhang in https://github.com/apache/iceberg-rust/pull/1686
133
+ * CI: Fix Nightly PyPi GitHub Action by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1689
134
+ * infra: add check-msrv to Makefile by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1680
135
+ * feat: Enable zstd by @Fokko in https://github.com/apache/iceberg-rust/pull/1692
136
+ * docs: update "how to release" by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1691
137
+ * ci: Fix triggering CI by @manuzhang in https://github.com/apache/iceberg-rust/pull/1693
138
+ * feat: TableIdent derives PartialOrd by @DerGut in https://github.com/apache/iceberg-rust/pull/1670
139
+ * chore(deps): Bump ordered-float from 2.10.1 to 4.6.0 by @dependabot [ bot] in https://github.com/apache/iceberg-rust/pull/1700
140
+ * chore(deps): Bump rust_decimal from 1.37.2 to 1.38.0 by @dependabot [ bot] in https://github.com/apache/iceberg-rust/pull/1699
141
+ * Make SetExpression's constructor public by @thecatherinehuang in https://github.com/apache/iceberg-rust/pull/1695
142
+ * chore: Bump the Java integration test to 1.10.0 by @Fokko in https://github.com/apache/iceberg-rust/pull/1701
143
+ * chore: Bump Iceberg test fixtures to 1.10.0 by @Fokko in https://github.com/apache/iceberg-rust/pull/1703
128
144
* refactor: Move equality-ids closer to the spec by @Fokko in https://github.com/apache/iceberg-rust/pull/1705
145
+ * Add UUID support for the Avro schema by @Fokko in https://github.com/apache/iceberg-rust/pull/1706
146
+ * chore: Update change log to include the equality id spec fix by @CTTY in https://github.com/apache/iceberg-rust/pull/1707
147
+ * Add unit tests for UpdateStatisticsAction functionality. by @slfan1989 in https://github.com/apache/iceberg-rust/pull/1675
148
+ * Restore workflow triggering changes. by @liurenjie1024 in https://github.com/apache/iceberg-rust/pull/1709
129
149
130
150
## [ v0.6.0] - 2025-07-14
131
151
0 commit comments