sasso 0.2.4-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: 9ba3f8c42f30e1dbfd80ecaeb89743aa7f09243d857c3350f30076f0ab805e4f
4
- data.tar.gz: 7e44d666f99594c9d539124140a438eb466aa27ba08a89a5fa768582f01dac55
3
+ metadata.gz: b63e9e41947c3eef38eb7c3dc46f250fe52e19930eff0949d702dff6126b5ec3
4
+ data.tar.gz: 629666e3105582568a37a28ced4d0975505d9351e8843c9808a6096ac44c443c
5
5
  SHA512:
6
- metadata.gz: ec33ef0b24909f08025681bf185b860e74322c0b746acba366d803a3d832633c91e2e08be66b06b510973bc49dded625aa39df4044e05ba8e201d97b81adc337
7
- data.tar.gz: f573b247b55b7a64ce1af2880aa95fbe5df53c521bf78a0a22542f9a7f1d565af945f3cd81c4eaa657d3695451ded7a5c6b523a5692902f271c38a8c76aa02bd
6
+ metadata.gz: 17450c48b046a27f052e913ef3739b26cbff4977da9ddbff53408b1b23e83d7ac0ad099046881187d0be1613f4c350e47067e24288e31e562b6d277585938913
7
+ data.tar.gz: a62eb1f1c68e7c3d8a2a0752d910999f0461a437baa3a59fe27fa9b183806838a61c1e716bede61c5dec0afe13c02e76a608193132d57e8d630a28d2307eb355
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
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