From a69de123dddf2437bddc9d7dae0847f1c3776d1c Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Thu, 22 Jun 2023 15:26:24 -0600 Subject: [PATCH] v0.8.0 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 384647af..5869b7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## main +## v0.8.0 + +### Improvements (Bug Fix!?) + +* ModuleDirectives no longer throws comments around a file when hoisting directives up (#53) + ## v0.7.14 ### Improvements diff --git a/mix.exs b/mix.exs index 62f8927d..c1cf784f 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.7.14" + @version "0.8.0" @url "https://github.com/adobe/elixir-styler" def project do