Skip to content

Commit

Permalink
Releasing v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Jun 6, 2022
1 parent 9b64b4d commit 3a2872b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [0.3.2]
## [0.3.3]

### Added

Expand All @@ -18,6 +18,10 @@ and this project adheres to [Early Semantic Versioning](https://docs.scala-lang.
* [#78](https://github.com/typelevel/sbt-tpolecat/issues/78) - a bug where options were not filtered out of `Test / scalacOptions` as expected. This had the same underlying cause as [#74](https://github.com/typelevel/sbt-tpolecat/issues/74).
* [#77](https://github.com/typelevel/sbt-tpolecat/issues/77) - the JDK version was not being set as expected by the setup-scala action. Resolved by switching to setup-java instead.

## 0.3.2

Please do not use this release - GitHub accepted a tag push but not its corresponding commit data, so the release proceeded against a commit that is not on the main branch.

## [0.3.1] - 2022-04-25

### Changed
Expand Down Expand Up @@ -89,8 +93,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.2...HEAD
[0.3.2]: https://github.com/DavidGregory084/sbt-tpolecat/compare/v0.3.1...v0.3.2
[Unreleased]: https://github.com/DavidGregory084/sbt-tpolecat/compare/v0.3.3...HEAD
[0.3.3]: https://github.com/DavidGregory084/sbt-tpolecat/compare/v0.3.1...v0.3.3
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.3")
```

Once you are using this plugin we recommend that you don't manipulate the `scalacOptions` key directly.
Expand Down

0 comments on commit 3a2872b

Please sign in to comment.