sasso 0.2.4-x64-mingw-ucrt → 0.2.5-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9248dabbf8c23b1957c1635013fb4c3b74beb7d9b0c2787626d718a1b09d6a5c
4
- data.tar.gz: b3bba263195b0f28213e8037aa5c1a9d7b2dde6e285f31279a12747074319212
3
+ metadata.gz: b7b68ae435e71f5445f36efe349745ba8dcdb1d70a7a4b05c5632e4a24dece73
4
+ data.tar.gz: 780718668d936377786d330b0ff4ab4605247c7b911ca16672e469cf27416758
5
5
  SHA512:
6
- metadata.gz: 436e7d438eaffb832e17ba191d90dc1a0f256d4014d2e10956483b7cb47f23e9d57492755e905d2d247ae42b389fa5c89166765ed112c6ad97529f63e0b600d7
7
- data.tar.gz: fbf837359b4daede9a33d3dc36056b48cd1cf5c31cc2c315b61bb2922c3a2dc951d3560e1bd05b81f2d944f7ac7bea0704d6a772863e3be8743952d0a54f7c5a
6
+ metadata.gz: 244c7c72c325d9defcd7a44475bd3356f1191dd026e7b6daa0461ec6edbc2d0364b7c2b9f6e48e109d15d22c9c7b4a7deeb1495a0fc3c54b9ff455aa6535d266
7
+ data.tar.gz: b392415beccf8fb907cb2f6da57cfb7230c5548f7b1d651e4d0d6be415f5614b0f74fa8c5a05befa1fc40a777bf55b10c9a26f4c91a70f37da67a4de4f8b1faa
data/CHANGELOG.md CHANGED
@@ -8,6 +8,15 @@ 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
+
11
20
  ## [0.2.4] - 2026-06-15
12
21
 
13
22
  ### Changed
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.4"
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.4
4
+ version: 0.2.5
5
5
  platform: x64-mingw-ucrt
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