sasso 0.2.0-aarch64-linux-musl → 0.2.1-aarch64-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: dccf04b400ad009f8360b3d154e2589d2887a73438724bde76456e6e12bf5a87
4
- data.tar.gz: 19c5ace825e84814fa82d4290d88a5abb48eabcf507ad2a359b1b31ee9dffe7f
3
+ metadata.gz: 35686f604fe8f2296b04497d603fdc6c1949d39bcee3e16ef368ffbccaae8941
4
+ data.tar.gz: 2c4362adb860cf81bb83a6b6035296f1ae7a11b3f55e51307193374e0e95b8aa
5
5
  SHA512:
6
- metadata.gz: b3bb8de206e832e4b388154c134ba13c5af52cbce8d4238dcac9090239544956845887d11248a004b8d685dc49fa3f2c6178d3cc084eef0acfe12cbf4211d263
7
- data.tar.gz: 5b84b7e1391e9b9d29df5e9b0877d0a7cd6490edf676dcf8f51f04dd90159d757149d6cf93a7c2b340da372918e674402a59a0e15cb4dedfa2d44af9c164d29b
6
+ metadata.gz: cf6ed5b961b902a52a03ed76bbd85d504caa3c2c4a31c469f4da3938bab860bd75e5a13ab689fba987dc4a6bb9cfcb3730391c626cf8c16e635659a432a0e3c2
7
+ data.tar.gz: 2cdd0b70a4a1974553b8e350edb4797bf69c9c83a91b021443c7dacc8efdd6ab93d88d2718d728f7d1349094162f9d4824b1a6931d173a5ecea3de09e954fd04
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-musl
6
6
  authors:
7
7
  - momiji-rs