Skip to content

Commit 0f21230

Browse files
committed
Instrumentation 1.8.0
1 parent f761c0f commit 0f21230

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build-logic/src/main/kotlin/Environment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ object Artifacts {
101101
*/
102102
object Instrumentation {
103103
const val groupId = "de.mannodermaus.junit5"
104-
private const val currentVersion = "1.8.0-SNAPSHOT"
104+
private const val currentVersion = "1.8.0"
105105
private const val latestStableVersion = "1.7.0"
106106

107107
val Core = Deployed(

instrumentation/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Change Log
33

44
## Unreleased
55

6+
## 1.8.0 (2025-06-11)
7+
68
- Compile with SDK 35
79
- Update to Kotlin 2.x
810

0 commit comments

Comments
 (0)