iceberg 0.10.2-x86_64-linux-musl

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: bd83a5dddf0f526cf81514fc05ce4d8f6b39c521b9eae47bba933bbae3d8869c
4
+ data.tar.gz: f3638584624c12c9677d10a72c598300035a9ac3aad5aa93cf3c3e36cf27b235
5
+ SHA512:
6
+ metadata.gz: ba4fe9824bffe50ca6801bd245648922d60824a734b7c8cec61800f9f879270d0819ffed2967289d7b5fbe7f6aa4f82e2a701383c4e26adb995e09cc3a190fbc
7
+ data.tar.gz: 3c73884d87c89cdd82e9dab2d839ac00caa19c79020e7930ead540bab84895b41ad4c63c21c2e577f1cb103344340e84068cc2736daf7b6fc72f8012cfab0b52
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