Skip to content

Commit 2fada18

Browse files
committed
Release v0.1.2
1 parent e4fb848 commit 2fada18

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v0.1.2 (2021-08-23)
4+
5+
* Fix target detection on FreeBSD (h/t @julp)
6+
* Extract archive with charlist cwd option (h/t @michallepicki)
7+
38
## v0.1.1 (2021-07-30)
49

510
* Fix installation path/unzip on windows

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.1.1"
4+
@version "0.1.2"
55
@source_url "https://github.com/CargoSense/dart_sass"
66

77
def project do

0 commit comments

Comments
 (0)