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+ ## [ 0.5.0] - 2024-09-18
8+
9+ ** 2024.09.18**
10+
11+ - ✨ Support 2024.2
12+
713## [ 0.4.0] - 2024-05-29
814
915** 2024.05.29**
2430- Displays the code statistics table
2531
2632[ Unreleased ] : https://github.com/zhensherlock/intellij-platform-git-stats-plugin/compare/v0.4.0...HEAD
33+ [ 0.5.0 ] : https://github.com/zhensherlock/intellij-platform-git-stats-plugin/compare/v0.4.0...v0.5.0
2734[ 0.4.0 ] : https://github.com/zhensherlock/intellij-platform-git-stats-plugin/compare/v0.0.2...v0.4.0
2835[ 0.0.2 ] : https://github.com/zhensherlock/intellij-platform-git-stats-plugin/compare/v0.0.1...v0.0.2
2936[ 0.0.1 ] : https://github.com/zhensherlock/intellij-platform-git-stats-plugin/commits/v0.0.1
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.huayi.intellijplatform.gitstats
44pluginName = GitStats
55pluginRepositoryUrl = https://github.com/zhensherlock/intellij-platform-git-stats-plugin
66# SemVer format -> https://semver.org
7- pluginVersion = 0.5 .0
7+ pluginVersion = 0.6 .0
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 221
11- pluginUntilBuild = 242 .*
11+ pluginUntilBuild = 243 .*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414platformType = IC
You can’t perform that action at this time.
0 commit comments