Skip to content

Commit 187b95b

Browse files
omer-rothclaude
andauthored
CM-71772: increase required CLI version to 3.21.0 (#102)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent f21b93a commit 187b95b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
## [3.1.1] - 2026-08-30
8+
9+
- Increase required CLI version to 3.21.0
10+
711
## [3.1.0] - 2026-04-07
812

913
- Add support for IntelliJ IDEA 2026.1

‎gradle.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin
44
pluginName = Cycode
55
pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
66
# SemVer format -> https://semver.org
7-
pluginVersion = 3.1.0
7+
pluginVersion = 3.1.1
88

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

‎src/main/kotlin/com/cycode/plugin/Consts.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.12.2"
23+
const val REQUIRED_CLI_VERSION = "3.21.0"
2424

2525
const val CYCODE_DOMAIN = "cycode.com"
2626

0 commit comments

Comments
 (0)