Skip to content

Commit a92fd3f

Browse files
authored
chore: update changelog and dependencies for 0.7.0 release (#1713)
## Which issue does this PR close? - Relates to #1631 for 0.7.0 release ## What changes are included in this PR? Go through release process again https://rust.iceberg.apache.org/release.html#github-side for new 0.7.0rc2 ## Are these changes tested?
1 parent ba487fc commit a92fd3f

File tree

14 files changed

+33
-13
lines changed

14 files changed

+33
-13
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,28 @@ 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+
* chore: Bump version to 0.7.0 by @CTTY in https://github.com/apache/iceberg-rust/pull/1681
127128
* 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
128144
* 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
129149

130150
## [v0.6.0] - 2025-07-14
131151

crates/catalog/glue/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ [email protected] X
238238
239239
240240
241-
rust_decimal@1.37.2 X
241+
rust_decimal@1.38.0 X
242242
243243
244244

crates/catalog/hms/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ [email protected] X
226226
227227
228228
229-
rust_decimal@1.37.2 X
229+
rust_decimal@1.38.0 X
230230
231231
232232

crates/catalog/loader/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ [email protected] X
267267
268268
269269
270-
rust_decimal@1.37.2 X
270+
rust_decimal@1.38.0 X
271271
272272
273273

crates/catalog/rest/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ [email protected] X
204204
205205
206206
207-
rust_decimal@1.37.2 X
207+
rust_decimal@1.38.0 X
208208
209209
210210

crates/catalog/s3tables/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ [email protected] X
238238
239239
240240
241-
rust_decimal@1.37.2 X
241+
rust_decimal@1.38.0 X
242242
243243
244244

crates/catalog/sql/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ [email protected] X
211211
212212
213213
214-
rust_decimal@1.37.2 X
214+
rust_decimal@1.38.0 X
215215
216216
217217

crates/examples/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ [email protected] X
205205
206206
207207
208-
rust_decimal@1.37.2 X
208+
rust_decimal@1.38.0 X
209209
210210
211211

crates/iceberg/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ [email protected] X
199199
200200
201201
202-
rust_decimal@1.37.2 X
202+
rust_decimal@1.38.0 X
203203
204204
205205

crates/integration_tests/DEPENDENCIES.rust.tsv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ [email protected] X
268268
269269
270270
271-
rust_decimal@1.37.2 X
271+
rust_decimal@1.38.0 X
272272
273273
274274

0 commit comments

Comments
 (0)