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 c7a6724 commit ea7c038Copy full SHA for ea7c038
build-logic/src/main/kotlin/Environment.kt
@@ -99,7 +99,7 @@ object Artifacts {
99
*/
100
object Instrumentation {
101
const val groupId = "de.mannodermaus.junit5"
102
- private const val currentVersion = "1.6.0-SNAPSHOT"
+ private const val currentVersion = "1.6.0"
103
private const val latestStableVersion = "1.5.0"
104
105
val Core = Deployed(
instrumentation/CHANGELOG.md
@@ -3,6 +3,8 @@ Change Log
3
4
## Unreleased
5
6
+## 1.6.0 (2024-10-04)
7
+
8
- Use square brackets for parameterized tests to ensure that their logs show correctly in the IDE (#350)
9
- Add missing API methods from JUnit 4's ComposeTestRule to JUnit 5's ComposeContext (#353)
10
0 commit comments