sasso 0.2.0-aarch64-linux → 0.2.1-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: 79b136575613215f972146e541893eb649fffc630583e66128e8dc4edddc50f7
4
- data.tar.gz: 5edaa9d40d363f357ef5fb4fb4571b3961fd854bfbb481e68395602ad5109b93
3
+ metadata.gz: bfbf17c1d5354ffc66ab081d53c7994467a2a0e62470dabb908b4686f1c2ade8
4
+ data.tar.gz: 26415fe439809ca076bbc3fdec9051c9e4d8c2d3a9d3eb809d7fc432a1c502d0
5
5
  SHA512:
6
- metadata.gz: 5a8e1c91c49b5958390f365a7bed3b54cecb3cb1257e4d560cda0f8ccb0f46be024292f85920fc0b63d35cb734485a26d408cecf96eb37f19e5c0f2e335b81f2
7
- data.tar.gz: b75c1c232cd78329c3033d29cbce91486dc4c7eccef639d94ed971046f425e067b0cdf877b63719176e4ed885edab7e7b8021761bd84d3b416a03cc30689030f
6
+ metadata.gz: 48a83efa8d13248cec93b25d5e8cca70d695944563c35ba855c1791c1c730682e041ee8013a389fcf79b625983fc99da2be5a9a25304359e6a6815d4391df873
7
+ data.tar.gz: c4b5ed1cb139a5aee0791037a166bd7145998d76b1dad5f71c067a0ccbba1e1a869baf8df87b0f1a0c79519ceb73f5a9f2f9d27c9a4b12d0fad45fac42ee0d84
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: aarch64-linux
6
6
  authors:
7
7
  - momiji-rs