Skip to content

Commit

Permalink
CM-43972 - Add support for IDEs 2025.1 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX authored Jan 20, 2025
1 parent 2c96012 commit 734f7ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

## [2.4.0] - 2025-01-20

- Add support for IDEs 2025.1

## [2.3.0] - 2024-12-20

- Add the "Ignore this violation" button for violation card of SCA
Expand Down Expand Up @@ -135,6 +139,8 @@

The first public release of the plugin.

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

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

[2.2.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.2.0
Expand Down Expand Up @@ -189,4 +195,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.3.0...HEAD
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v2.4.0...HEAD
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ pluginGroup = com.cycode.plugin
pluginName = Cycode
pluginRepositoryUrl = https://github.com/cycodehq/intellij-platform-plugin
# SemVer format -> https://semver.org
pluginVersion = 2.3.0
pluginVersion = 2.4.0

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 231
pluginUntilBuild = 243.*
pluginUntilBuild = 251.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand Down

0 comments on commit 734f7ff

Please sign in to comment.