From a5c62e5e3c920784273ac52971241d823c86a37b Mon Sep 17 00:00:00 2001 From: Tony Robalik Date: Wed, 4 Dec 2024 12:45:32 -0800 Subject: [PATCH] chore: prepare for release 0.15. --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6da98..2f9ce2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # KotlinEditor +## Version 0.15 +* [feat]: add `isChanged()` to avoid rewriting unchanged files. +* [fix]: parameter can be null. +* [fix]: add `@Throws(IllegalStateException::class)` on `DependenciesSimplifier` factories. +* [fix]: check size before calling `single()`. Declare `IllegalArgumentException` too. +* [fix]: be stricter about what is a dependencies block we can parse. +* [fix]: handle project declaration without named arguments. + ## Version 0.14 * [feat]: support parsing more complex dependency declarations. * [feat]: add `DependenciesSimplifier` recipe. diff --git a/gradle.properties b/gradle.properties index b840dd3..2566edb 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.15-SNAPSHOT +VERSION=0.15