From 0b45e5c1c156c1240ccbbd1f3d48bcd0ce19a52e Mon Sep 17 00:00:00 2001 From: Sutina Wipawiwat Date: Mon, 11 Nov 2024 10:02:18 +1100 Subject: [PATCH] chore: prepare for release 0.10 (#18) --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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