File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 3.0.0] - 2025-11-18
8+
9+ - Add support for IDEs 2025.3
10+ - Drop support for IDEs 2023
11+
712## [ 2.6.0] - 2025-05-12
813
914- Add detection sorting by line number in addition to severity
151156
152157The first public release of the plugin.
153158
159+ [ 3.0.0 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v3.0.0
160+
154161[ 2.6.0 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.6.0
155162
156163[ 2.5.0 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.5.0
@@ -213,4 +220,4 @@ The first public release of the plugin.
213220
214221[ 1.0.0 ] : https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.0.0
215222
216- [ Unreleased ] : https://github.com/cycodehq/intellij-platform-plugin/compare/v2.6 .0...HEAD
223+ [ Unreleased ] : https://github.com/cycodehq/intellij-platform-plugin/compare/v3.0 .0...HEAD
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 = 2.6 .0
7+ pluginVersion = 3.0 .0
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 241
You can’t perform that action at this time.
0 commit comments