Skip to content

Commit ea7c038

Browse files
committed
Instrumentation 1.6.0
1 parent c7a6724 commit ea7c038

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
@@ -99,7 +99,7 @@ object Artifacts {
9999
*/
100100
object Instrumentation {
101101
const val groupId = "de.mannodermaus.junit5"
102-
private const val currentVersion = "1.6.0-SNAPSHOT"
102+
private const val currentVersion = "1.6.0"
103103
private const val latestStableVersion = "1.5.0"
104104

105105
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.6.0 (2024-10-04)
7+
68
- Use square brackets for parameterized tests to ensure that their logs show correctly in the IDE (#350)
79
- Add missing API methods from JUnit 4's ComposeTestRule to JUnit 5's ComposeContext (#353)
810

0 commit comments

Comments
 (0)