-
Notifications
You must be signed in to change notification settings - Fork 54
Release 0.8.1 #627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.8.1 #627
Conversation
| import java.time.format.DateTimeFormatter | ||
|
|
||
| /* | ||
| * Copyright 2000-2024 JetBrains s.r.o. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright duplicated
build-logic/src/main/kotlin/kotlinx/kover/conventions/kover-release-conventions.gradle.kts
Show resolved
Hide resolved
| This was confusing and made it difficult to search through documentation or examples. | ||
|
|
||
| Since `0.8.0`, there is only one `kover` extension left. | ||
| Since `0.8.1`, there is only one `kover` extension left. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these changes meant to be here? Shouldn't it remain 0.8.0?
They happened multiple times in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this case, yes, it is worth leaving 0.8.0.
For this case, we can rephrase it like: in any version 0.8.x there is only one kover extension left.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks!
No description provided.