Skip to content

Commit

Permalink
chore: prepare for release 0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Dec 4, 2024
1 parent 260ee07 commit 0184e06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.

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.14-SNAPSHOT
VERSION=0.14

0 comments on commit 0184e06

Please sign in to comment.