Skip to content

Commit

Permalink
1.1.0 - Removed legacy SVG processing code
Browse files Browse the repository at this point in the history
  • Loading branch information
nbogdanov committed Jul 27, 2023
1 parent 361e505 commit 6bf0051
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 142 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.1.0]
- Support for IDEA 2023.2

## [1.0.1]
- Fix NoClassDefFoundError when Python is not installed

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ pluginGroup = com.github.nikolaikopernik.codecomplexity
pluginName = code-complexity-plugin
pluginRepositoryUrl = https://github.com/nikolaikopernik/code-complexity-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.0.1
pluginVersion = 1.1.0

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

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

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins = org.jetbrains.kotlin, com.intellij.java, PythonCore:231.8770.65
platformPlugins = org.jetbrains.kotlin, com.intellij.java, PythonCore:232.8660.185

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.1
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 6bf0051

Please sign in to comment.