Skip to content

Commit

Permalink
chore: prepare for release 0.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Dec 4, 2024
1 parent b9eba00 commit a5c62e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ kotlin.stdlib.default.dependency=false

# See BasePlugin
GROUP=app.cash.kotlin-editor
VERSION=0.15-SNAPSHOT
VERSION=0.15

0 comments on commit a5c62e5

Please sign in to comment.