Skip to content

Commit 64fb2e1

Browse files
committed
Instrumentation 1.7.0
1 parent 9c25cc8 commit 64fb2e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

+1-1
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.7.0-SNAPSHOT"
104+
private const val currentVersion = "1.7.0"
105105
private const val latestStableVersion = "1.6.0"
106106

107107
val Core = Deployed(

instrumentation/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Change Log
33

44
## Unreleased
55

6+
## 1.7.0 (2025-03-01)
7+
68
- **This version requires (at least) android-junit5 1.12.0.0 and JUnit 5.12.0.**
79
- Migrate to new TestPlan API in JUnit 5.12, which changed in a binary-incompatible fashion
810

0 commit comments

Comments
 (0)