Skip to content

Commit dcab662

Browse files
authored
CM-55396: bump version for to 3.0.0 (#92)
1 parent 6dedba3 commit dcab662

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
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
@@ -151,6 +156,8 @@
151156

152157
The 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

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 = 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
1010
pluginSinceBuild = 241

0 commit comments

Comments
 (0)