Skip to content

Commit

Permalink
Merge pull request #62 from mkurz/release_notes
Browse files Browse the repository at this point in the history
Release notes for 0.7.0
  • Loading branch information
mkurz authored Feb 14, 2024
2 parents be8e8fd + 392be8f commit de8cc4c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release notes

## 0.7.0

- Project is now called `sbt-paradox-material-theme` and moved to the [sbt](https://github.com/sbt) GitHub organization [#38](https://github.com/sbt/sbt-paradox-material-theme/pull/38)
- Moved project to `com.github.sbt` Maven groupId [#39](https://github.com/sbt/sbt-paradox-material-theme/pull/39) and [#54](https://github.com/sbt/sbt-paradox-material-theme/pull/54)
- Compatible with latest sbt-site 1.5.0 [#56](https://github.com/sbt/sbt-paradox-material-theme/pull/56)
- See the sbt-site [Migration Guide](https://www.scala-sbt.org/sbt-site/migration-guide.html)
- You don't need to call `ParadoxMaterialThemePlugin.paradoxMaterialThemeSettings(Paradox)` anymore
- Fix duplicated slash in URL [#28](https://github.com/sbt/sbt-paradox-material-theme/pull/28)
- Update to sbt-web [1.5.4](https://github.com/sbt/sbt-web/releases/tag/1.5.4).
- Update jsoup to version [1.17.2](https://github.com/jhy/jsoup/releases/tag/jsoup-1.17.2)
- Update circe to version [0.14.6](https://github.com/circe/circe/releases/tag/v0.14.6).
- Update to [Paradox version 0.9.2].

[Paradox version 0.9.2]: https://github.com/lightbend/paradox/releases/tag/v0.9.2

## 0.6.0

- Update circe to version [0.9.3](https://github.com/circe/circe/releases/tag/v0.9.3).
Expand Down

0 comments on commit de8cc4c

Please sign in to comment.