Skip to content

Commit

Permalink
Version 1.5.1 to support IC 2024.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaikopernik committed Jun 16, 2024
1 parent 4a72094 commit 8059621
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Code Complexity Changelog

## [1.5.1]
- Support for IDEA 2024.2.EAP

## [1.5.0]
- An inspection 'High code complexity' is added.
Now you can run complexity check for the entire project.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ pluginGroup = com.github.nikolaikopernik.codecomplexity
pluginName = code-complexity-plugin
pluginRepositoryUrl = https://github.com/nikolaikopernik/code-complexity-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.5.0
pluginVersion = 1.5.1

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
pluginUntilBuild = 241.*
pluginUntilBuild = 242.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand Down

0 comments on commit 8059621

Please sign in to comment.