Skip to content

Commit

Permalink
Prepare release 0.15.1 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Oct 31, 2023
1 parent 9f89154 commit d79b153
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Please add your entries according to this format.

## Unreleased

## Version 0.15.1 *(2023-10-31)*

- Kotlin version reverted to 1.9.10

## Version 0.15.0 *(2023-10-30)*

- Replace class loader isolation with process isolation (#206)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ detekt = "1.23.2"
diffUtils = "4.12"
junit = "5.10.0"
kotlin = "1.9.10"
ktfmt-plugin = "0.15.0"
ktfmt-plugin = "0.14.0"
ktfmt = "0.46"
pluginPublish = "1.2.1"
truth = "1.1.5"
Expand Down
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ID=com.ncorti.ktfmt.gradle
VERSION=0.15.0
VERSION=0.15.1
GROUP=com.ncorti.ktfmt.gradle
DISPLAY_NAME=ktfmt-gradle
DESCRIPTION=A Gradle plugin to run ktfmt formatter on your build
Expand Down

0 comments on commit d79b153

Please sign in to comment.