diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6e456..0f912b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,18 @@ ## [Unreleased] ### Added +- More quickfixes, see [QUICKFIXES](https://github.com/ybroeker/pmd-idea/blob/main/QUICKFIXES.md) for a complete List - Quick Fix to suppress warnings for members and class - Add option to disable on-the-fly inspections ### Changed - Run inspection only on java files -### Deprecated - -### Removed - ### Fixed - Fix possible race-condition while loading pmd rules - Fix possible exception while running inspection - Set auxiliary classpath for pmd -### Security ## [1.1.0] ### Added - Inspections to show violations directly in editor and while inspect code diff --git a/gradle.properties b/gradle.properties index a2eb7b5..0c8b6bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = com.github.ybroeker.pmdidea pluginName_ = pmd-idea -pluginVersion = 1.2.0-SNAPSHOT +pluginVersion = 1.2.0 pluginSinceBuild = 193 pluginUntilBuild = 203.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl