diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb7e5a..4fee989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # KotlinEditor +## Version 0.10 +* [feat]: expose `StatementContext` with parsed dependency declarations + ## Version 0.9 * [feat]: DependencyExtractor includes all statements in DependencyContainer. diff --git a/gradle.properties b/gradle.properties index 73c3983..86c6cc4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,4 +12,4 @@ kotlin.stdlib.default.dependency=false # See BasePlugin GROUP=app.cash.kotlin-editor -VERSION=0.10-SNAPSHOT +VERSION=0.10