Skip to content

Commit ac833f6

Browse files
Update README and CHANGELOG for 0.4.3
1 parent f73ff11 commit ac833f6

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
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).
66

7+
## [0.4.3]
8+
9+
### Added
10+
11+
* [#147](https://github.com/typelevel/sbt-tpolecat/pull/147) - added support for compiler warnings re-introduced in Scala 3.3.0.
12+
13+
### Changed
14+
15+
* [#143](https://github.com/typelevel/sbt-tpolecat/pull/143) - set `tpolecatOptionsMode` in every scope when using the mode commands, rather than just `ThisBuild` scope. This enables users who set the mode differently in different subprojects to make use of mode commands.
16+
717
## [0.4.2]
818

19+
### Added
20+
21+
* [#115](https://github.com/typelevel/sbt-tpolecat/pull/115) - added the new `-Wnonunit-statement` option.
22+
923
### Fixed
1024

1125
* [#102](https://github.com/typelevel/sbt-tpolecat/issues/102) - a bug which resulted in scalac options contributed by other plugins being overwritten, most notably the Scala.js plugin. Huge thanks to [@sjrd](https://github.com/sjrd) for their work on [#126](https://github.com/typelevel/sbt-tpolecat/pull/126) which resolves this issue.
@@ -126,7 +140,8 @@ Please do not use this release - GitHub accepted a tag push but not its correspo
126140

127141
* The `validFor` function that was previously exported via this plugin's `autoImport`.
128142

129-
[Unreleased]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.2...HEAD
143+
[Unreleased]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.3...HEAD
144+
[0.4.3]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.2...v0.4.3
130145
[0.4.2]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.1...v0.4.2
131146
[0.4.1]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.0...v0.4.1
132147
[0.4.0]: https://github.com/typelevel/sbt-tpolecat/compare/v0.3.3...v0.4.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ As of version 0.1.11, it also supports setting options for Scala 3.x.
1515
Add the following to your project's `project/plugins.sbt`:
1616

1717
```scala
18-
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
18+
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.3")
1919
```
2020

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

0 commit comments

Comments
 (0)