Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm committed Aug 24, 2021
1 parent e4fb848 commit 2fada18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2fada18

Please sign in to comment.