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 76591cd commit 5514b53Copy full SHA for 5514b53
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## Version 0.0.7-dev
4
+
5
+* Added TechDebtInitiative type and added specification of TechDebtInitiatives to extension.
6
7
+**Full Changelog**: https://github.com/square/invert/compare/0.0.6-dev...0.0.7-dev
8
9
10
## Version 0.0.6-dev
11
12
_2025-11-10_
gradle.properties
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx16g
kotlin.code.style=official
android.useAndroidX=true
group=com.squareup.invert
-version=0.0.7-dev-SNAPSHOT
+version=0.0.7-dev
# https://kotlinlang.org/docs/dokka-migration.html#enable-migration-helpers
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
0 commit comments