Skip to content

Commit

Permalink
Release notes 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaikopernik committed Jan 25, 2024
1 parent 7d70cec commit 4a72094
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Code Complexity Changelog

## [1.5.0]
- An inspection 'High code complexity' is added.
Now you can run complexity check for the entire project.

## [1.4.0]
- Hint text in editor is now configurable.
- Added Chinese translation
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.nikolaikopernik.codecomplexity
pluginName = code-complexity-plugin
pluginRepositoryUrl = https://github.com/nikolaikopernik/code-complexity-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.4.0
pluginVersion = 1.5.0

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

0 comments on commit 4a72094

Please sign in to comment.