Skip to content

Commit

Permalink
chore: prepare for release 0.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Dec 5, 2024
1 parent 194a811 commit 404bba4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.16
* [feat]: add DependenciesMutator for rewriting dependency strings.

## Version 0.15
* [feat]: add `isChanged()` to avoid rewriting unchanged files.
* [fix]: parameter can be null.
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release procedure for KotlinEditor
1. Update README if needed
1. Bump version number in `gradle.properties` to next stable version (removing the `-SNAPSHOT`
suffix).
1. `git commit -am "chore: prepare for release x.y."`
1. `git commit -am "chore: prepare for release x.y." && git push`
1. Publish the snapshot to Maven Central by invoking the `publish` action on github.
1. `git tag -a vx.y -m "Version x.y."`
1. Update version number `gradle.properties` to next snapshot version (x.y-SNAPSHOT)
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.16-SNAPSHOT
VERSION=0.16

0 comments on commit 404bba4

Please sign in to comment.