From 3714d64ae58f522b482c7544b3073439da399677 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Sun, 7 May 2023 14:11:24 -0700 Subject: [PATCH] v0.6.1 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6605744b..a7aa175c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,13 @@ ## main +### Improvements + +* Better error handling: `mix format` will still format files if a style fails + ### Fixes +* `mix style`: only run on `.ex` and `.exs` files * `ModuleDirectives`: now expands `alias __MODULE__.{A, B}` (h/t [@adriankumpf](https://github.com/adriankumpf)) ## v0.6.0 diff --git a/mix.exs b/mix.exs index 38fe7ed2..28c5d612 100644 --- a/mix.exs +++ b/mix.exs @@ -12,7 +12,7 @@ defmodule Styler.MixProject do use Mix.Project # Don't forget to bump the README when doing non-patch version changes - @version "0.6.0" + @version "0.6.1" @url "https://github.com/adobe/elixir-styler" def project do