Skip to content

Commit af66349

Browse files
committed
Instrumentation 2.0.1
1 parent c3cd775 commit af66349

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ object Artifacts {
117117
*/
118118
object Instrumentation {
119119
const val groupId = "de.mannodermaus.junit5"
120-
private const val currentVersion = "2.0.1-SNAPSHOT"
120+
private const val currentVersion = "2.0.1"
121121
private const val latestStableVersion = "2.0.0"
122122

123123
val Core = Deployed(

instrumentation/CHANGELOG.md

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

44
## Unreleased
55

6+
## 2.0.1 (2026-01-14)
7+
8+
- Fix incorrect Gradle Module Metadata for compose module, which declared an incorrect `core` dependency (#402, #403)
9+
610
## 2.0.0 (2026-01-01)
711

812
- Removed deprecated `runComposeTest` API from `ComposeExtension`

0 commit comments

Comments
 (0)