Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## [Unreleased]

## [3.0.0] - 2025-11-18

- Add support for IDEs 2025.3
- Drop support for IDEs 2023

## [2.6.0] - 2025-05-12

- Add detection sorting by line number in addition to severity
Expand Down Expand Up @@ -151,6 +156,8 @@

The first public release of the plugin.

[3.0.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v3.0.0

[2.6.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.6.0

[2.5.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.5.0
Expand Down Expand Up @@ -213,4 +220,4 @@ The first public release of the plugin.

[1.0.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v1.0.0

[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v2.6.0...HEAD
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v3.0.0...HEAD
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.cycode.plugin
pluginName = Cycode
pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
# SemVer format -> https://semver.org
pluginVersion = 2.6.0
pluginVersion = 3.0.0

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