sasso 0.2.3-x86_64-linux → 0.2.5-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: b63e9e41947c3eef38eb7c3dc46f250fe52e19930eff0949d702dff6126b5ec3
4
+ data.tar.gz: 629666e3105582568a37a28ced4d0975505d9351e8843c9808a6096ac44c443c
5
5
  SHA512:
6
- metadata.gz: 52e389956ed4b7bf0cc60efe0b4673a2482652acc88a8059c4a044f99111425f47da5027fde3f36017ef1a8a0fe84c2208f6c84f09340d90e58f27e464b473c3
7
- data.tar.gz: 63481c70154be51cb5781b264c946c5413a919415dcd4d237a3fe2e419e5399a3bc2e836f99526162b5c5f4568b8a56d022afce4749fdf599ff874fcbe8664e6
6
+ metadata.gz: 17450c48b046a27f052e913ef3739b26cbff4977da9ddbff53408b1b23e83d7ac0ad099046881187d0be1613f4c350e47067e24288e31e562b6d277585938913
7
+ data.tar.gz: a62eb1f1c68e7c3d8a2a0752d910999f0461a437baa3a59fe27fa9b183806838a61c1e716bede61c5dec0afe13c02e76a608193132d57e8d630a28d2307eb355
data/CHANGELOG.md CHANGED
@@ -8,6 +8,25 @@ notes the exact core crate version it pins.
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [0.2.5] - 2026-06-16
12
+
13
+ ### Changed
14
+
15
+ - Adopt core **sasso 0.6.1** (recompile-only; the gem's Ruby API is unchanged).
16
+ Picks up the upstream fix where a relative `meta.load-css` inside a first-class
17
+ mixin (`meta.get-mixin` + `meta.apply`) resolves against the mixin's defining
18
+ file rather than the caller's.
19
+
20
+ ## [0.2.4] - 2026-06-15
21
+
22
+ ### Changed
23
+
24
+ - Adopt core **sasso 0.6.0**. The core release is a breaking change to the
25
+ Rust `Importer` trait (two-phase `canonicalize`/`load`), but the gem exposes
26
+ **no userland importer** — it builds the built-in `FsImporter` only — so this
27
+ is a recompile-only bump with **no change to the gem's Ruby API** (the same
28
+ `Sasso.compile` / `Sasso.compile_string` with `load_paths:` / `source_map:`).
29
+
11
30
  ## [0.2.3] - 2026-06-15
12
31
 
13
32
  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.5"
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.5
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - momiji-rs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-15 00:00:00.000000000 Z
11
+ date: 2026-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake