From 07dea83a578cf27031c60a129610f2f34042eed6 Mon Sep 17 00:00:00 2001 From: Michael Crumm Date: Wed, 19 Apr 2023 14:18:12 -0700 Subject: [PATCH] Release v0.6.0 --- CHANGELOG.md | 10 ++++++---- mix.exs | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 650fbc8..b0028ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,14 @@ # CHANGELOG -## v0.7.0 - -- Update Sass version to `1.61.0` - ## v0.6.0 +**Potentially breaking change:** Due to a change in the upstream package structure, you must specify a `:version` >= 1.58.0 on Linux platforms. + +- Updates Sass version to `1.61.0`. +- Renames `DartSass.bin_path/0` to `DartSass.bin_paths/0`. +- Supports installation of newer upstream packages on Linux platforms. (h/t @azizk) - Overriding `:path` disables version checking. +- Explicitly depends on `inets` and `ssl`. (h/t @josevalim) ## v0.5.1 (2022-08-26) diff --git a/mix.exs b/mix.exs index 0e696b7..f5fd941 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule DartSass.MixProject do use Mix.Project - @version "0.5.1" + @version "0.6.0" @source_url "https://github.com/CargoSense/dart_sass" def project do