sasso 0.2.4-x86_64-linux-musl → 0.2.5-x86_64-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: 380650d941d76e6a5a1f3d8695af2f06907bcc37555970e900965cfae6944833
4
- data.tar.gz: 5a60aa495c597f57b97084b64351647d6cbede4a0953eec3c1dfe53ddc5e1802
3
+ metadata.gz: 6c01a3378e2220b5e857902a2226592e52af0de457c71b31a494448f42be174f
4
+ data.tar.gz: 670f2d465e35344ab742b57e420859edfa5cceeaf7f9d5382494614d861c9cf4
5
5
  SHA512:
6
- metadata.gz: b5d8712df33672c384b98487997ea136184954296233529e4b3c313d2885b900de7ae5e16037a0aa2b68f56a918a2e94d3ad12f648506e063750997a49a0ec92
7
- data.tar.gz: db4a32efafea804e973388b6b21c09d304cdf6db30f81e565589284583ce53bc287d1caede4fe437605f4fe29f73daad52688bca343b5f3ecb4dc33707737c50
6
+ metadata.gz: 6ce8b8d58f3bc0d3b3728235a15df0459ece0679530db715eef0433d9c11b74ac9cf78ac349c5838346f539db5a5be8be7b8b2de2e93c0040c087a29ac03e8a3
7
+ data.tar.gz: e6bc1675f7f940c96ce09b23482931974c847fa681dae5f02b044dad249d1fce86f6e4c81e48a3b30667fd27f249ff14f81464038890ff64f77ba99a668f3574
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: x86_64-linux-musl
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