From c84c67b30aa0271acdfd12ecbd66cb516529924c Mon Sep 17 00:00:00 2001 From: Niklas Klein Date: Sat, 21 Dec 2024 19:13:39 +0100 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 59 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da1302c..63b2fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,61 +1,80 @@ # Changelog +## 0.1.2 + +_2024-12-21_ + +- Add an example section to the documentation +- Add scalafix CI step +- Better describe the various modules +- Enforce scala 2 style for scalafix imports +- Fetch entire git history to resolve proper version information +- Include enablePlugin into highlighted example +- Update circe-yaml to 0.15.2 (#56) +- Update sbt-blowout-yaml-circe to 0.1.1 (#10) +- Update sbt-ci-release to 1.9.2 (#75) +- Upgrade to circe 0.14.3 +- Upgrade to java 17 +- Upgrade to sbt 1.10.6 +- Upgrade to sbt-houserules 0.11.0 +- Upgrade to scala 2.12.20 + ## 0.1.1 _2022-01-05_ - * Add BlowoutGenerator.lzy builders - * Don't publish root module - * Add scala steward badge - * Update sbt to 1.6.1 (#8) - * Update sbt-ci-release to 1.5.10 (#3) - * Update sbt-houserules to 0.3.18 (#9) +- Add BlowoutGenerator.lzy builders +- Don't publish root module +- Add scala steward badge +- Update sbt to 1.6.1 (#8) +- Update sbt-ci-release to 1.5.10 (#3) +- Update sbt-houserules to 0.3.18 (#9) ## 0.1.0 _2021-12-14_ - * Change BlowoutPlugin trigger to noTrigger enforcing to explicitly enable the plugin - * Rename json and yaml modules to json-circe and yaml-circe - * Upgrade to sbt-blowout-yaml 0.0.6 - * Upgrade to sbt-houserules 0.3.16 - * Upgrade to sbt 1.5.6 +- Change BlowoutPlugin trigger to noTrigger enforcing to explicitly enable the plugin +- Rename json and yaml modules to json-circe and yaml-circe +- Upgrade to sbt-blowout-yaml 0.0.6 +- Upgrade to sbt-houserules 0.3.16 +- Upgrade to sbt 1.5.6 ## 0.0.6 _2021-11-25_ - * Add header support for Dockerfile +- Add header support for Dockerfile ## 0.0.5 _2021-11-22_ - * Preserve object order in yaml printer +- Preserve object order in yaml printer ## 0.0.4 _2021-11-22_ - * Fix comment header not being prepended to file - * Allow passing a custom printer to json and yaml generators - * Bootstrap github actions generation +- Fix comment header not being prepended to file +- Allow passing a custom printer to json and yaml generators +- Bootstrap github actions generation ## 0.0.3 _2021-11-21_ - * Add json module +- Add json module ## 0.0.2 _2021-11-21_ - * Rename `YamlBlowout` to `BlowoutYaml` - * Add Acknowledgements section to readme +- Rename `YamlBlowout` to `BlowoutYaml` +- Add Acknowledgements section to readme ## 0.0.1 _2021-11-21_ - * Initial release \ No newline at end of file +- Initial release