Skip to content

Commit

Permalink
chore: prepare for release 0.13. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsutina authored Nov 28, 2024
1 parent 0a18679 commit 686ff0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# KotlinEditor

## Version 0.13
* [fix]: maintain terminal newline in `CommentsInBlockRemover`.

## Version 0.12
* [fix]: make `CommentsInBlockRemover` expose found removable comments
* [fix]: make `CommentsInBlockRemover` expose found removable comments.

## Version 0.11
* [feat]: add a utility class to remove comments from a block in a build script.
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.13-SNAPSHOT
VERSION=0.13

0 comments on commit 686ff0b

Please sign in to comment.