Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm committed Apr 19, 2023
1 parent 91254ff commit 07dea83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.5.1"
@version "0.6.0"
@source_url "https://github.com/CargoSense/dart_sass"

def project do
Expand Down

0 comments on commit 07dea83

Please sign in to comment.