Changelog

List of changelogs.

Version 0.1.5

Release date:

2026-07-05 (Asia/Tokyo)

Dart Sass version:

1.99.0

Breaking changes

  • Drop Python 3.9 support.

Features

  • Support musllinux (musl-based Linux distributions) by providing prebuilt wheels and detecting the musl variant at install time.

  • Support Python 3.14.

  • Add --musl / --no-musl flag to the dart-sass installer CLI to control musl variant selection explicitly.

Others

  • Enable Ruff UP / F lint rules and apply fixes.

ver 0.1.4

Release date:

2026-06-23 (Asia/Tokyo)

Dart Sass version:

1.99.0

Fixes

  • Resolve aarch64 as arm64 when detecting host architecture. [ #40 by @Crozzers, closes #39 ]

Others

  • Update bundle Dart Sass.

  • Raise minimum protobuf to 6.33.0 (security).

  • Fix typos in docstrings of compile functions. [ #37 by @cclauss ]

ver 0.1.3

Release date:

2025-09-28 (Asia/Tokyo)

Dart Sass version:

1.91.2

This does not have source changes.

Others

  • Update bundle Dart Sass.

ver 0.1.2

Release date:

2025-06-26 (Asia/Tokyo)

Dart Sass version:

1.89.2

This does not have source changes.

Others

  • Update bundle Dart Sass.

ver 0.1.1

Release date:

2025-06-21 (Asia/Tokyo)

Dart Sass version:

1.87.0

This does not have source changes.

Others

  • Add links on PyPI page.

ver 0.1.0

Release date:

2025-04-26 (Asia/Tokyo)

Dart Sass version:

1.87.0

First release.

Features

  • Define 2 mode.

    • Mode as wrapper of CLI to compile sources from string, file or directory.

    • Mode as client of The Embedded Sass Protocol (low-level).