Skip to content

Commit d9a4952

Browse files
authored
CM-59286: bump for release (#94)
1 parent 25aeb23 commit d9a4952

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## [Unreleased]
66

7+
## [3.0.1] - 2026-02-11
8+
79
- Remove Sentry error tracking
810
- Update required CLI version to 3.9.2
911

@@ -159,6 +161,8 @@
159161

160162
The first public release of the plugin.
161163

164+
[3.0.1]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v3.0.1
165+
162166
[3.0.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v3.0.0
163167

164168
[2.6.0]: https://github.com/cycodehq/intellij-platform-plugin/releases/tag/v2.6.0
@@ -223,4 +227,4 @@ The first public release of the plugin.
223227

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

226-
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v3.0.0...HEAD
230+
[Unreleased]: https://github.com/cycodehq/intellij-platform-plugin/compare/v3.0.1...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 = 3.0.0
7+
pluginVersion = 3.0.1
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)