diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d6d048..fb6da98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # KotlinEditor +## Version 0.14 +* [feat]: support parsing more complex dependency declarations. +* [feat]: add `DependenciesSimplifier` recipe. + ## Version 0.13 * [fix]: maintain terminal newline in `CommentsInBlockRemover`. diff --git a/gradle.properties b/gradle.properties index e423392..b675464 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.14-SNAPSHOT +VERSION=0.14