Skip to content

Commit cd96c42

Browse files
CM-61377: Bump required CLI version to 3.12.0 (#96)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6c18900 commit cd96c42

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.0.3] - 2026-03-23
8+
9+
- Increase required CLI version to 3.12.0
10+
711
## [3.0.2] - 2026-03-04
812

913
- Increase required CLI version to 3.11.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.0.2
7+
pluginVersion = 3.0.3
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.11.1"
23+
const val REQUIRED_CLI_VERSION = "3.12.0"
2424

2525
const val CYCODE_DOMAIN = "cycode.com"
2626

0 commit comments

Comments
 (0)