You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
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).
6
6
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
+
7
13
## [0.4.3]
8
14
9
15
### Added
@@ -140,7 +146,8 @@ Please do not use this release - GitHub accepted a tag push but not its correspo
140
146
141
147
*The `validFor` function that was previously exported via this plugin's `autoImport`.
0 commit comments