We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f761c0f commit 0f21230Copy full SHA for 0f21230
build-logic/src/main/kotlin/Environment.kt
@@ -101,7 +101,7 @@ object Artifacts {
101
*/
102
object Instrumentation {
103
const val groupId = "de.mannodermaus.junit5"
104
- private const val currentVersion = "1.8.0-SNAPSHOT"
+ private const val currentVersion = "1.8.0"
105
private const val latestStableVersion = "1.7.0"
106
107
val Core = Deployed(
instrumentation/CHANGELOG.md
@@ -3,6 +3,8 @@ Change Log
3
4
## Unreleased
5
6
+## 1.8.0 (2025-06-11)
7
+
8
- Compile with SDK 35
9
- Update to Kotlin 2.x
10
0 commit comments