Skip to content

Commit 07dea83

Browse files
committed
Release v0.6.0
1 parent 91254ff commit 07dea83

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# CHANGELOG
22

3-
## v0.7.0
4-
5-
- Update Sass version to `1.61.0`
6-
73
## v0.6.0
84

5+
**Potentially breaking change:** Due to a change in the upstream package structure, you must specify a `:version` >= 1.58.0 on Linux platforms.
6+
7+
- Updates Sass version to `1.61.0`.
8+
- Renames `DartSass.bin_path/0` to `DartSass.bin_paths/0`.
9+
- Supports installation of newer upstream packages on Linux platforms. (h/t @azizk)
910
- Overriding `:path` disables version checking.
11+
- Explicitly depends on `inets` and `ssl`. (h/t @josevalim)
1012

1113
## v0.5.1 (2022-08-26)
1214

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule DartSass.MixProject do
22
use Mix.Project
33

4-
@version "0.5.1"
4+
@version "0.6.0"
55
@source_url "https://github.com/CargoSense/dart_sass"
66

77
def project do

0 commit comments

Comments
 (0)