Skip to content

Commit

Permalink
chore: prepare for release 0.10 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsutina authored Nov 10, 2024
1 parent 7c8a4d9 commit 0b45e5c
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.10
* [feat]: expose `StatementContext` with parsed dependency declarations

## Version 0.9
* [feat]: DependencyExtractor includes all statements in DependencyContainer.

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.10-SNAPSHOT
VERSION=0.10

0 comments on commit 0b45e5c

Please sign in to comment.