sasso 0.2.3-x64-mingw-ucrt → 0.2.4-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 +4 -4
- data/CHANGELOG.md +10 -0
- data/lib/sasso/3.1/sasso.so +0 -0
- data/lib/sasso/3.2/sasso.so +0 -0
- data/lib/sasso/3.3/sasso.so +0 -0
- data/lib/sasso/3.4/sasso.so +0 -0
- data/lib/sasso/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9248dabbf8c23b1957c1635013fb4c3b74beb7d9b0c2787626d718a1b09d6a5c
|
|
4
|
+
data.tar.gz: b3bba263195b0f28213e8037aa5c1a9d7b2dde6e285f31279a12747074319212
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 436e7d438eaffb832e17ba191d90dc1a0f256d4014d2e10956483b7cb47f23e9d57492755e905d2d247ae42b389fa5c89166765ed112c6ad97529f63e0b600d7
|
|
7
|
+
data.tar.gz: fbf837359b4daede9a33d3dc36056b48cd1cf5c31cc2c315b61bb2922c3a2dc951d3560e1bd05b81f2d944f7ac7bea0704d6a772863e3be8743952d0a54f7c5a
|
data/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,16 @@ notes the exact core crate version it pins.
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [0.2.4] - 2026-06-15
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Adopt core **sasso 0.6.0**. The core release is a breaking change to the
|
|
16
|
+
Rust `Importer` trait (two-phase `canonicalize`/`load`), but the gem exposes
|
|
17
|
+
**no userland importer** — it builds the built-in `FsImporter` only — so this
|
|
18
|
+
is a recompile-only bump with **no change to the gem's Ruby API** (the same
|
|
19
|
+
`Sasso.compile` / `Sasso.compile_string` with `load_paths:` / `source_map:`).
|
|
20
|
+
|
|
11
21
|
## [0.2.3] - 2026-06-15
|
|
12
22
|
|
|
13
23
|
Adopts core crate **v0.5.3**.
|
data/lib/sasso/3.1/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/3.2/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/3.3/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/3.4/sasso.so
CHANGED
|
Binary file
|
data/lib/sasso/version.rb
CHANGED