sasso 0.2.4-aarch64-linux → 0.2.5-aarch64-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: 7df89b4d0d28bd5365fca9e801678a6029573cd921639532f4680d4eb86eb6d7
4
- data.tar.gz: 8bef0ed88ba47491eeaa00223a4c0fc6eeb7f9428c57268e1294d29defae2097
3
+ metadata.gz: 350c276548b60d0ee9f82d5725e1a3a8aa393088dff4a86d8d22da0e8890c5d3
4
+ data.tar.gz: 3f211498f398dec074b420d9b1dba72123b83f6bd4c82f8ada8cf59465228cb0
5
5
  SHA512:
6
- metadata.gz: 5392e6b7007ae57658ec0b2f2b4beb426a23b3cf4d4fa94d6edc0a130e6a83ae78204ad9274ea0dd811f9894fb3b324b86148625391aa651191c762f56ab67da
7
- data.tar.gz: 53c712fd01a259c9dc9e68d49bcbd5e5866e24d2b724b9cae7fef721d7de3e5df97e84034345d42faf98c3ab341a42eb80ddff12f7143a405653112cc7d1be78
6
+ metadata.gz: aab0eea329df385c2a5eeb8dbb36f22ca00f35a356b7a51a7d51d2720d7ccc779e4147cf4a6b121038cea003c95ecba04e8ab2c63d2067897da7a58ac1084027
7
+ data.tar.gz: 42d547727ffa34eddf14147970d76c6b674ea674bd01f43a934fc3758f6e9d223e9c1fa600882535279c2977140b00e4ea524c80fbf3a99af34892bdbedbb78d
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: aarch64-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