From fa01f1c70f7c65761bc1f4c9a9c8cf8b3c1528a8 Mon Sep 17 00:00:00 2001 From: Marcel Schnelle Date: Sat, 5 Oct 2024 08:52:51 +0900 Subject: [PATCH] Plugin 1.11.1.0 --- build-logic/src/main/kotlin/Environment.kt | 6 +++--- instrumentation/CHANGELOG.md | 2 +- plugin/CHANGELOG.md | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build-logic/src/main/kotlin/Environment.kt b/build-logic/src/main/kotlin/Environment.kt index fb51e242..028ca61a 100644 --- a/build-logic/src/main/kotlin/Environment.kt +++ b/build-logic/src/main/kotlin/Environment.kt @@ -89,7 +89,7 @@ object Artifacts { platform = Java, groupId = "de.mannodermaus.gradle.plugins", artifactId = "android-junit5", - currentVersion = "1.11.1.0-SNAPSHOT", + currentVersion = "1.11.1.0", latestStableVersion = "1.11.0.0", description = "Unit Testing with JUnit 5 for Android." ) @@ -99,8 +99,8 @@ object Artifacts { */ object Instrumentation { const val groupId = "de.mannodermaus.junit5" - private const val currentVersion = "1.6.0" - private const val latestStableVersion = "1.5.0" + private const val currentVersion = "1.6.1-SNAPSHOT" + private const val latestStableVersion = "1.6.0" val Core = Deployed( platform = Android(minSdk = 19), diff --git a/instrumentation/CHANGELOG.md b/instrumentation/CHANGELOG.md index 4ff24e91..d0e43b53 100644 --- a/instrumentation/CHANGELOG.md +++ b/instrumentation/CHANGELOG.md @@ -3,7 +3,7 @@ Change Log ## Unreleased -## 1.6.0 (2024-10-04) +## 1.6.0 (2024-10-05) - 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) diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index e7faacc6..9cd923d1 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -2,6 +2,8 @@ Change Log ========== ## Unreleased + +## 1.11.1.0 (2024-10-05) - JUnit 5.11.1 ## 1.11.0.0 (2024-08-14)