We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fb848 commit 2fada18Copy full SHA for 2fada18
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
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
8
## v0.1.1 (2021-07-30)
9
10
* Fix installation path/unzip on windows
mix.exs
@@ -1,7 +1,7 @@
defmodule DartSass.MixProject do
use Mix.Project
- @version "0.1.1"
+ @version "0.1.2"
@source_url "https://github.com/CargoSense/dart_sass"
def project do
0 commit comments