sasso 0.2.3-aarch64-linux-musl → 0.2.4-aarch64-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e701258ca0135f9a772cec86e01f1591ba860c5d1537c20ea63feeb48bffd26c
4
- data.tar.gz: 1d999c3488a398c7a63ace02cc80fa6a23c67238c348e95c66fc86d9953cd435
3
+ metadata.gz: ce20cac955fe2aa438ad9e68795f4fd2d4abe090e09b866936c4fb3c651c3881
4
+ data.tar.gz: c35c5b1d3452799b794a25e412dfe2f1a45247554943a6d72f4fd34939ef69a7
5
5
  SHA512:
6
- metadata.gz: 62759e89b03abe225bddf4d42b630c013710160d0f0de463444ba513159bd1eb28d1814d6ce778c27459bb191f642d0cf2f3a5072dbbd9f2b0d2fd0c05644dab
7
- data.tar.gz: e02b55bedc600b7c2835639474eb83045be314228e65ed46552e54d7f121a714d8f171345c626c29a39cb8f2565f7231ff10dba6c9c3176bea7609bc0243c944
6
+ metadata.gz: 5b9fa558eb4f79201de2d096c099ef0d6569647201abfc06d02414e9b190826ca23444cdf706683734aa7f83055c7c962e7a1e85a538613e10c303e7a34e8bcf
7
+ data.tar.gz: dc9b76d0c96816763750df73863a218e87f3e97e84ca639e113cb5ab947a6e44bdfd2a0c5e108adcde71bbbbf8b35c3df97c42319750c93bb5016c78486c9e91
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**.
Binary file
Binary file
Binary file
Binary file
data/lib/sasso/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
  module Sasso
4
4
  # The gem version floats INDEPENDENTLY of the core `sasso` crate version; the
5
5
  # native extension pins the crate exactly (ext/sasso/Cargo.toml: sasso = "=…").
6
- VERSION = "0.2.3"
6
+ VERSION = "0.2.4"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sasso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - momiji-rs