Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fca5863

Browse files
committedNov 17, 2024·
feat: support 2024.3
1 parent 0926879 commit fca5863

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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**
@@ -24,6 +30,7 @@
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

‎gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.huayi.intellijplatform.gitstats
44
pluginName = GitStats
55
pluginRepositoryUrl = 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
1010
pluginSinceBuild = 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
1414
platformType = IC

0 commit comments

Comments
 (0)
Please sign in to comment.