diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a6b4e..7819be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Early Semantic Versioning](https://docs.scala-lang.org/overviews/core/binary-compatibility-for-library-authors.html#recommended-versioning-scheme) in addition to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.2] ### Added @@ -89,7 +89,8 @@ and this project adheres to [Early Semantic Versioning](https://docs.scala-lang. * The `validFor` function that was previously exported via this plugin's `autoImport`. -[Unreleased]: https://github.com/DavidGregory084/sbt-tpolecat/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/DavidGregory084/sbt-tpolecat/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/DavidGregory084/sbt-tpolecat/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/DavidGregory084/sbt-tpolecat/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/DavidGregory084/sbt-tpolecat/compare/v0.2.3...v0.3.0 [0.2.3]: https://github.com/DavidGregory084/sbt-tpolecat/compare/v0.2.2...v0.2.3 diff --git a/README.md b/README.md index f54a4b0..0162846 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ As of version 0.1.11, it also supports setting options for Scala 3.x. Add the following to your project's `project/plugins.sbt`: ```scala -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.2") ``` Once you are using this plugin we recommend that you don't manipulate the `scalacOptions` key directly.