iceberg 0.10.2-aarch64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3c097d3ec07aace501895f1577eb63cf8df6d0ccf9cc9caf7eb81ebbf9897f46
4
+ data.tar.gz: 5466595fab5231f5a9fcf9d3035c9ec779256710c5346ed1ee22e2761c8d4e48
5
+ SHA512:
6
+ metadata.gz: 00b04c6e11a55d6f22e27a05f496e45d7e3862f24cc85b7f016099e7967710edafd16f103e16e1742bad104e9122494475708525cda07f3654e629122048f436
7
+ data.tar.gz: dd2c27b9994444195e4b9160578a78a988ec8df4cede64aa1c05947149e939a486ad6a463b66e675e69d77b05ecbea6fd592c8c619ac736078111627bacafe28
data/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ ## 0.10.2 (2025-08-28)
2
+
3
+ - Added precompiled gems
4
+
5
+ ## 0.10.1 (2025-08-27)
6
+
7
+ - Added `if_not_exists` option to `create_namespace` method
8
+ - Added `snapshot_id` and `storage_options` options to `to_polars` method
9
+ - Fixed installation error
10
+
11
+ ## 0.10.0 (2025-08-27)
12
+
13
+ - First release