Skip to content

Commit 741e180

Browse files
Update README and CHANGELOG for 0.4.4
1 parent 0e2c7a1 commit 741e180

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.4]
8+
9+
### Added
10+
11+
* [#127](https://github.com/typelevel/sbt-tpolecat/pull/147) - add a verbose mode, which enables verbose options such as `-Vimplicits` and `-explain`.
12+
713
## [0.4.3]
814

915
### Added
@@ -140,7 +146,8 @@ Please do not use this release - GitHub accepted a tag push but not its correspo
140146

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

143-
[Unreleased]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.3...HEAD
149+
[Unreleased]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.4...HEAD
150+
[0.4.4]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.3...v0.4.4
144151
[0.4.3]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.2...v0.4.3
145152
[0.4.2]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.1...v0.4.2
146153
[0.4.1]: https://github.com/typelevel/sbt-tpolecat/compare/v0.4.0...v0.4.1

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.3")
18+
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")
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)