Skip to content

Commit

Permalink
Instrumentation 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Oct 4, 2024
1 parent c7a6724 commit ea7c038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ object Artifacts {
*/
object Instrumentation {
const val groupId = "de.mannodermaus.junit5"
private const val currentVersion = "1.6.0-SNAPSHOT"
private const val currentVersion = "1.6.0"
private const val latestStableVersion = "1.5.0"

val Core = Deployed(
Expand Down
2 changes: 2 additions & 0 deletions instrumentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Change Log

## Unreleased

## 1.6.0 (2024-10-04)

- Use square brackets for parameterized tests to ensure that their logs show correctly in the IDE (#350)
- Add missing API methods from JUnit 4's ComposeTestRule to JUnit 5's ComposeContext (#353)

Expand Down

0 comments on commit ea7c038

Please sign in to comment.