iceberg 0.10.2-x86_64-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: 875b83585de4acb69b822086021c4d07ba0b383daba434b72882cb0b006c314b
4
+ data.tar.gz: 9db360a34b11c9c24eed0eabc7b8bc37ca91962228ea6f2c6b8fa75224df7609
5
+ SHA512:
6
+ metadata.gz: 28c16997a896f9a42e6c66f9c0fefd8703f2896977981d9b86c56a6455027c66a88a4132d3a9c9b52ed9ee42be7a2342182a3c39f09d6c7e2df276570e34245d
7
+ data.tar.gz: afcb66335b9ac6c5cc8606c8cd724f00e81b4434ed7c03739991fd0c439cba942be4e69f653c5ad34d005a7439c12a63428503f72a5d2cf10ccc9c0632590020
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