sasso 0.2.0-arm64-darwin → 0.2.1-arm64-darwin

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: d3c2c09bc57bd4888e95f1f267e8a5bc39e96ce2b841896fb52c39ef053bca88
4
- data.tar.gz: 7097b802fbaa09262d4daecb66b741d7288c6c5f5553d8052af1bb2664f171fc
3
+ metadata.gz: cef4776172ce4d2acce550b59418782175b85a1af986f18a7469caf0e321197e
4
+ data.tar.gz: a97bffb0faf2075f31db0f33beb41c923bd7d10decc861f8f3135a2d84c6ba60
5
5
  SHA512:
6
- metadata.gz: 7e6e432ffbf460e68cb80556c31378bd577547bc5d38f5464458495e4c571c249a50ba69d91c7a8c29ad868868e0b3d54b6d7ef28845b2f963e11077023e5310
7
- data.tar.gz: 5270de1c3757a599a6f7e2fdd9a8a0dd3ad25e176acbd2d6d9c953ea6323c18ec8893dc144a670fcbe12e8fc07cf47510002a2c059e5fef42805db6c9520eb42
6
+ metadata.gz: 90b3d05b8bd9e788406b5684f4dded36189035d9d95eb24f9d87d29ebdd7047750d2b31e9a3680e4ab3b87938e5f50446da3ec1969ae0b7087976b8c358b33f5
7
+ data.tar.gz: 197cdbdc26f25b76c463334232d3d6e341d2d0d84539cc8b62bb5caf98958fcd11bac28653b1f2ba8e6fbd2d113c9e693d21c6d1ecfc122caf3d34f3ef45111c
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: arm64-darwin
6
6
  authors:
7
7
  - momiji-rs