Skip to content

Commit

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

## Version 0.12
* [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.12-SNAPSHOT
VERSION=0.12

0 comments on commit 19fbb45

Please sign in to comment.