From 2fada186be310f2f41ee794d3833486482538cd2 Mon Sep 17 00:00:00 2001 From: Michael Crumm Date: Mon, 23 Aug 2021 18:32:30 -0700 Subject: [PATCH] Release v0.1.2 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba68dd1..f73e5be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v0.1.2 (2021-08-23) + + * Fix target detection on FreeBSD (h/t @julp) + * Extract archive with charlist cwd option (h/t @michallepicki) + ## v0.1.1 (2021-07-30) * Fix installation path/unzip on windows diff --git a/mix.exs b/mix.exs index 3b72fd7..4dfcd06 100644 --- a/mix.exs +++ b/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