File tree Expand file tree Collapse file tree
src/main/kotlin/com/cycode/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.0.2] - 2026-03-04
8+
9+ - Increase required CLI version to 3.11.1
10+
711## [ 3.0.1] - 2026-02-11
812
913- Remove Sentry error tracking
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin
44pluginName = Cycode
55pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
66# SemVer format -> https://semver.org
7- pluginVersion = 3.0.1
7+ pluginVersion = 3.0.2
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 241
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Consts {
2020 companion object {
2121 val PLUGIN_PATH = PathManager .getPluginsPath() + " /cycode-intellij-platform-plugin"
2222 val DEFAULT_CLI_PATH = getDefaultCliPath()
23- const val REQUIRED_CLI_VERSION = " 3.9.2 "
23+ const val REQUIRED_CLI_VERSION = " 3.11.1 "
2424
2525 const val CYCODE_DOMAIN = " cycode.com"
2626
You can’t perform that action at this time.
0 commit comments