Skip to content

Commit

Permalink
Prepare 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Dec 19, 2023
1 parent d2cdbac commit 6513e06
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Changelog

#### 2.3.0

- Based on detekt 1.23.4
- Workaround transitive logging classloader problem by constraining the dependency to a newer fixed version - [#501](https://github.com/detekt/detekt-intellij-plugin/issues/501)

#### 2.2.0

- Based on detekt 1.23.3
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
detekt = "1.23.4"
# Use -beta[.number] for pre-releases
detektIJ = "2.2.0"
detektIJ = "2.3.0"
assertj = "3.24.2"
junit5 = "5.10.1"
junit5Platform = "1.10.1"
Expand Down
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.3.0
<br>
<ul>
<li>Based on detekt 1.23.4</li>
<li>Workaround transitive logging classloader problem by constraining the dependency to a newer fixed version - #501</li>
</ul>
</li>
<li>2.2.0
<br>
<ul>
Expand Down

0 comments on commit 6513e06

Please sign in to comment.