File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## v0.7.0
4
-
5
- - Update Sass version to ` 1.61.0 `
6
-
7
3
## v0.6.0
8
4
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 )
9
10
- Overriding ` :path ` disables version checking.
11
+ - Explicitly depends on ` inets ` and ` ssl ` . (h/t @josevalim )
10
12
11
13
## v0.5.1 (2022-08-26)
12
14
Original file line number Diff line number Diff line change 1
1
defmodule DartSass.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.5.1 "
4
+ @ version "0.6.0 "
5
5
@ source_url "https://github.com/CargoSense/dart_sass"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments