Skip to content

Commit

Permalink
Prepare release 1.23.3 (#6582)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Oct 31, 2023
1 parent a2ab313 commit 2f6a52a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/Versions.kt
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget

object Versions {

const val DETEKT: String = "1.23.2"
const val DETEKT: String = "1.23.3"
const val SNAPSHOT_NAME: String = "main"
val JVM_TARGET: JvmTarget = JvmTarget.JVM_1_8

Expand Down
6 changes: 6 additions & 0 deletions website/src/pages/changelog.md
Expand Up @@ -6,8 +6,14 @@ keywords: [changelog, release-notes, migration]

# Changelog and Migration Guide

#### 1.23.3 - 2023-10-31

This is a point release for Detekt `1.23.0`. The changelog is equivalent to `1.23.2`.

#### 1.23.2 - 2023-10-29

**Note: please use version 1.23.3 instead as Kotlin 1.9.10 support was added there**

This is a point release for Detekt `1.23.0`, where we added support for Kotlin `1.9.10` and fixed several bugs that
got reported by the community.

Expand Down

0 comments on commit 2f6a52a

Please sign in to comment.