Skip to content

Commit ffc023c

Browse files
authored
Release 0.5.1
1 parent a2849f8 commit ffc023c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
0.5.0 / 2022-02-01
221
===================
322
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.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Kover** - Gradle plugin for Kotlin code coverage agents: [IntelliJ](https://github.com/JetBrains/intellij-coverage)
66
and [JaCoCo](https://github.com/jacoco/jacoco).
77

8-
Minimal supported `Gradle` version: `6.4`.
8+
Minimal supported `Gradle` version: `6.6`.
99

1010
## Table of contents
1111
- [Features](#features)

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.5.1-SNAPSHOT
1+
version=0.5.1
22
group=org.jetbrains.kotlinx
33

44
kotlin.code.style=official

0 commit comments

Comments
 (0)