File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.5.1 / 2022-05-11
2
+ ===================
3
+
4
+ ### Features
5
+ * Added ` Gradle ` configuration cache support (#142 )
6
+ * Implemented the use of the full path to the project for the exclusion (#151 )
7
+ * Supported ` IntelliJ Verifier `
8
+ * Upgraded default and minimal ` IntelliJ Coverage Engine ` version to ` 1.0.668 `
9
+
10
+ ### IntelliJ Agent
11
+ * Fixed coverage counter for ` $DefaultImpls ` (#149 )
12
+
13
+ ### Internal features
14
+ * Added functional tests on verification
15
+ * Implemented simple JSON parser and serializer
16
+
17
+ ### Requirements
18
+ * Upgraded minimal supported ` Gradle ` version to ` 6.6 `
19
+
1
20
0.5.0 / 2022-02-01
2
21
===================
3
22
Note that this is a full changelog relative to ` 0.4.4 ` version. Changelog relative to ` 0.5.0-RC2 ` can be found at the end of the changelog.
Original file line number Diff line number Diff line change 5
5
** Kover** - Gradle plugin for Kotlin code coverage agents: [ IntelliJ] ( https://github.com/JetBrains/intellij-coverage )
6
6
and [ JaCoCo] ( https://github.com/jacoco/jacoco ) .
7
7
8
- Minimal supported ` Gradle ` version: ` 6.4 ` .
8
+ Minimal supported ` Gradle ` version: ` 6.6 ` .
9
9
10
10
## Table of contents
11
11
- [ Features] ( #features )
Original file line number Diff line number Diff line change 1
- version =0.5.1-SNAPSHOT
1
+ version =0.5.1
2
2
group =org.jetbrains.kotlinx
3
3
4
4
kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments