From c6adf3e6fc655826ac96ac211cf900ccf5b904c0 Mon Sep 17 00:00:00 2001 From: Michael Crumm Date: Mon, 4 Oct 2021 12:13:57 -0700 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef4c94..1144984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## v0.3.0 (2021-10-04) + + * Use Rosetta2 for Apple M1 architectures until dart-sass ships native ## v0.2.1 (2021-09-23) * Apply missing `--runtime-config` flag check to `mix sass.install` diff --git a/mix.exs b/mix.exs index fdab4ec..ddc6778 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule DartSass.MixProject do use Mix.Project - @version "0.2.1" + @version "0.3.0" @source_url "https://github.com/CargoSense/dart_sass" def project do