Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Version 0.0.10

* Fix composite build (`includeBuild`) ClassNotFoundException for KMP `invert-models` dependency
* Add dark mode support

**Full Changelog**: https://github.com/square/invert/compare/0.0.9...0.0.10

## Version 0.0.9

* Add support for filtering code references by values in 'extras'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx16g
kotlin.code.style=official
android.useAndroidX=true
group=com.squareup.invert
version=0.0.10-SNAPSHOT
version=0.0.10

# https://kotlinlang.org/docs/dokka-migration.html#enable-migration-helpers
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
Expand Down
Loading