iceberg 0.10.2-arm64-darwin

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: 5eb0d8cd169ce4f5c92d6a4c713ffb40c91b49ec271f1cdf0f7fa7d22067851e
4
+ data.tar.gz: b37899e0d03f34518cb49fac0c5bfe6308e42f1277e50a3c122308f24897cd6a
5
+ SHA512:
6
+ metadata.gz: 78248ac989d151c1c4beaf294b6f7262dea5dcaf01efa3658c30a16ef8cd47f359f262eca2ba4a3f19e30ac331f27b6b0541d8071388b5bd0dc14ee74ebab698
7
+ data.tar.gz: f072f72db94ab29526377377358c35da6b3ae2b5af02b92998c5395e33de1024148c986d8ecdad2592ea961659c64faf17c39209565766fd39d1b3b54bf73d44
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