File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 0.1.5] - 2025-04-25
8+
9+ - Fixes $Type in params.
10+
711## [ 0.1.4] - 2025-04-24
812
913### Fixes
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ pluginGroup = com.github.c3lang.c3intellij
44pluginName = c3intellij
55pluginRepositoryUrl = https://github.com/c3lang/c3intellij
66# SemVer format -> https://semver.org
7- pluginVersion = 0.1.4
7+ pluginVersion = 0.1.5
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10- pluginSinceBuild = 241
10+ pluginSinceBuild = 243
1111pluginUntilBuild = 251.*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
You can’t perform that action at this time.
0 commit comments