iceberg 0.10.2-x64-mingw-ucrt

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: 5c36e7a89c5bc1ca61f52e0b27303d465dceaf61f753f503532dbc35c9ee1cbc
4
+ data.tar.gz: 48417d3bda6c4ee9e6097151053f54edc9d2b5f91364564ba542e0f5c5af13cf
5
+ SHA512:
6
+ metadata.gz: 4400e4a2591991d752bed68ea1d722d95a97bc43486a8d950aca00e4590ac54daf0e1fdd78e174e993f389e54ddb3e01bb3bb43b3323b7092a67a92e3b516a0d
7
+ data.tar.gz: bdc8c91fc6bbd709a5e1fc88102ca5a624d2c6db2cb7d8c2e72ea146077ff2244ded9c6c77b7f8e988cf8ddf94897ab4f34bd5b2536c3922e3b0fbe12a8e4911
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