Skip to content

Commit

Permalink
Prepare version 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Nov 22, 2023
1 parent 12c40a5 commit 4d7d3c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,9 @@
# Change Log

Version 0.24.0 *(In development)*
---------------------------------
Version 0.24.0 *(2023-11-22)*
-----------------------------

- Breaking change: Only support ktlint 1.x and upwards. Removal of experimental setting. [\#286](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/286) ([vanniktech](https://github.com/vanniktech))

Version 0.23.0 *(2023-07-02)*
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ buildscript {
google()
}
dependencies {
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.23.0"
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.24.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.vanniktech
VERSION_NAME=0.24.0-SNAPSHOT
VERSION_NAME=0.24.0

POM_ARTIFACT_ID=gradle-code-quality-tools-plugin
POM_NAME=Gradle Code Quality Tools Plugin
Expand Down

0 comments on commit 4d7d3c0

Please sign in to comment.