Skip to content

Commit 1cbb34b

Browse files
committed
Update to 0.1.5
1 parent fc29163 commit 1cbb34b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
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

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ pluginGroup = com.github.c3lang.c3intellij
44
pluginName = c3intellij
55
pluginRepositoryUrl = 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
1111
pluginUntilBuild = 251.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension

0 commit comments

Comments
 (0)