sasso 0.2.0-x86_64-linux → 0.2.1-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: 3e66edce021c1c8939d69d5b035cd3c8c1aae66fb33938fd18799923d49e8107
4
- data.tar.gz: 9c9597d8adf3bdb585a79adcd0862610f1a140a3e5dc9a69860cb78def4d9e69
3
+ metadata.gz: 514131478fbbbd039b08685fa65fbacfa0dbcb97361c806c6a61e5c6b5f2e5bb
4
+ data.tar.gz: 1397e2983ab94e35e5e91a5d7db491e8d007739c541bfb3bb824a2bdebfd2b23
5
5
  SHA512:
6
- metadata.gz: 2ea3ef26051ac18640b8744205e434eaa8d3a0da3104ddc4fe84c61204106db577f8557d40883bfee75f1d76c03508294f8519b39f25b77d1c2b17120241a898
7
- data.tar.gz: b85b99d879052d1ec897e3e8341447a2511b3c771f102a349e9c39c2e415abaa076d6bb50185faf3f705edf705c26ed248600d20acca0b9cd68d60f0cb0a1afd
6
+ metadata.gz: beca9b66515a53633cb09d324f793f72ea33b37cf8e52ed049cbea81172c5ef48c58d21eb6aaf86ccfaaee7c02efdee296959cb46eefbbfe4fc823895b98f675
7
+ data.tar.gz: 85816df9580c52d423f52f9dd08648adf7be7b67da7625da7980f00c331a59140ab8dd7d24aae7f02d039099fc658e1d74def73dc02fc71fbc0e36ea60a52a5f
data/CHANGELOG.md CHANGED
@@ -8,6 +8,18 @@ notes the exact core crate version it pins.
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [0.2.1] - 2026-06-14
12
+
13
+ Adopts core crate **v0.5.1**.
14
+
15
+ ### Fixed
16
+
17
+ - Via core v0.5.1: source maps now map the `@media`/`@at-root`/`@supports`
18
+ bubbled parent selector and the `@supports` header, byte-exact to dart-sass —
19
+ fixing a 0.5.0 (= gem 0.2.0 pinned 0.4.0) compressed-map gap for `@media`/
20
+ `@at-root`-bubbled rules. Compressed output also gains dart-faithful whitespace
21
+ for `@media`/`@supports` preludes (`@media(min-width: 1px)`, `(a)and (b)`).
22
+
11
23
  ## [0.2.0] - 2026-06-14
12
24
 
13
25
  Adopts core crate **v0.4.0**.
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.0"
6
+ VERSION = "0.2.1"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sasso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - momiji-rs