Skip to content

Commit

Permalink
Prepare 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Sep 9, 2023
1 parent 9a30861 commit 9db322a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Changelog

#### 2.1.0

- Based on detekt 1.23.1
- Make detekt plugin opt-in per-project - [#490](https://github.com/detekt/detekt-intellij-plugin/issues/490)

#### 2.0.1

- Based on detekt 1.23.1
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
detekt = "1.23.1"
# Use -beta[.number] for pre-releases
detektIJ = "2.0.1"
detektIJ = "2.1.0"
assertj = "3.24.2"
junit5 = "5.10.0"
junit5Platform = "1.10.0"
Expand All @@ -18,7 +18,7 @@ junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.r
junit-platform = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junit5Platform" }

[plugins]
kotlin-jvm = "org.jetbrains.kotlin.jvm:1.9.0"
versions = "com.github.ben-manes.versions:0.47.0"
kotlin-jvm = "org.jetbrains.kotlin.jvm:1.9.10"
versions = "com.github.ben-manes.versions:0.48.0"
intellij = "org.jetbrains.intellij:1.15.0"
github-release = "com.github.breadmoirai.github-release:2.4.1"
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@

<change-notes><![CDATA[
<ul>
<li>2.1.0
<br>
<ul>
<li>Based on detekt 1.23.1</li>
<li>Make detekt plugin opt-in per-project.</li>
</ul>
</li>
<li>2.0.1
<br>
<ul>
Expand Down

0 comments on commit 9db322a

Please sign in to comment.