sasso 0.2.3-x86_64-linux → 0.2.4-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3172029721a886743586b436d1df8548717e5f47fad1576d829901059101792
4
- data.tar.gz: 61b28fb9fc04c9aa40f039532f46dd78c8d704c30bab9ef636318e460a7b66a1
3
+ metadata.gz: 9ba3f8c42f30e1dbfd80ecaeb89743aa7f09243d857c3350f30076f0ab805e4f
4
+ data.tar.gz: 7e44d666f99594c9d539124140a438eb466aa27ba08a89a5fa768582f01dac55
5
5
  SHA512:
6
- metadata.gz: 52e389956ed4b7bf0cc60efe0b4673a2482652acc88a8059c4a044f99111425f47da5027fde3f36017ef1a8a0fe84c2208f6c84f09340d90e58f27e464b473c3
7
- data.tar.gz: 63481c70154be51cb5781b264c946c5413a919415dcd4d237a3fe2e419e5399a3bc2e836f99526162b5c5f4568b8a56d022afce4749fdf599ff874fcbe8664e6
6
+ metadata.gz: ec33ef0b24909f08025681bf185b860e74322c0b746acba366d803a3d832633c91e2e08be66b06b510973bc49dded625aa39df4044e05ba8e201d97b81adc337
7
+ data.tar.gz: f573b247b55b7a64ce1af2880aa95fbe5df53c521bf78a0a22542f9a7f1d565af945f3cd81c4eaa657d3695451ded7a5c6b523a5692902f271c38a8c76aa02bd
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: x86_64-linux
6
6
  authors:
7
7
  - momiji-rs