File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ### Added
8
+
9
+ - Support ` 243.* ` .
10
+
7
11
## [ 0.0.2] - 2024-05-23
8
12
9
13
### Added
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.coder.jetbrains
4
4
pluginName = coder-gateway-backend
5
5
pluginRepositoryUrl = https://github.com/coder/jetbrains-backend-coder
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 0.0.2
7
+ pluginVersion = 0.0.3
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 = 223
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