File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.5.0] - 2024-09-18
8
+
9
+ ** 2024.09.18**
10
+
11
+ - ✨ Support 2024.2
12
+
7
13
## [ 0.4.0] - 2024-05-29
8
14
9
15
** 2024.05.29**
24
30
- Displays the code statistics table
25
31
26
32
[ 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
27
34
[ 0.4.0 ] : https://github.com/zhensherlock/intellij-platform-git-stats-plugin/compare/v0.0.2...v0.4.0
28
35
[ 0.0.2 ] : https://github.com/zhensherlock/intellij-platform-git-stats-plugin/compare/v0.0.1...v0.0.2
29
36
[ 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
4
4
pluginName = GitStats
5
5
pluginRepositoryUrl = https://github.com/zhensherlock/intellij-platform-git-stats-plugin
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 0.5 .0
7
+ pluginVersion = 0.6 .0
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 221
11
- pluginUntilBuild = 242 .*
11
+ pluginUntilBuild = 243 .*
12
12
13
13
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
14
14
platformType = IC
You can’t perform that action at this time.
0 commit comments