diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a64b17..bfa6560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,23 @@ # Changelog +## [Unreleased](https://github.com/alejandrohdezma/sbt-fix/tree/HEAD) + +[Full Changelog](https://github.com/alejandrohdezma/sbt-fix/compare/v0.4.0...HEAD) + +**Merged pull requests:** + +- Update scaluzzi to 0.1.4.1 [\#53](https://github.com/alejandrohdezma/sbt-fix/pull/53) ([scala-steward](https://github.com/scala-steward)) + ## [v0.4.0](https://github.com/alejandrohdezma/sbt-fix/tree/v0.4.0) (2020-02-28) [Full Changelog](https://github.com/alejandrohdezma/sbt-fix/compare/v0.3.1...v0.4.0) -**Implemented enhancements:** +🚀 **Features** - Support a pretty simple offline mode [\#42](https://github.com/alejandrohdezma/sbt-fix/pull/42) ([alejandrohdezma](https://github.com/alejandrohdezma)) - Ensure we get notified of new scalafix rules versions by scala-steward [\#40](https://github.com/alejandrohdezma/sbt-fix/pull/40) ([alejandrohdezma](https://github.com/alejandrohdezma)) -**Fixed bugs:** +🐛 **Bug Fixes** - `fix --check` should call check scalafmt commands [\#39](https://github.com/alejandrohdezma/sbt-fix/pull/39) ([alejandrohdezma](https://github.com/alejandrohdezma))