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