We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c25cc8 commit 64fb2e1Copy full SHA for 64fb2e1
build-logic/src/main/kotlin/Environment.kt
@@ -101,7 +101,7 @@ object Artifacts {
101
*/
102
object Instrumentation {
103
const val groupId = "de.mannodermaus.junit5"
104
- private const val currentVersion = "1.7.0-SNAPSHOT"
+ private const val currentVersion = "1.7.0"
105
private const val latestStableVersion = "1.6.0"
106
107
val Core = Deployed(
instrumentation/CHANGELOG.md
@@ -3,6 +3,8 @@ Change Log
3
4
## Unreleased
5
6
+## 1.7.0 (2025-03-01)
7
+
8
- **This version requires (at least) android-junit5 1.12.0.0 and JUnit 5.12.0.**
9
- Migrate to new TestPlan API in JUnit 5.12, which changed in a binary-incompatible fashion
10
0 commit comments