Skip to content

Commit 8158d8a

Browse files
authored
update build constraint (#47)
1 parent c6bef37 commit 8158d8a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
### Added
88

9+
- Support `251.*`.
10+
11+
## [0.0.3] - 2024-05-23
12+
13+
### Added
14+
915
- Support `243.*`.
1016

1117
## [0.0.2] - 2024-05-23

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.coder.jetbrains
44
pluginName = coder-gateway-backend
55
pluginRepositoryUrl = https://github.com/coder/jetbrains-backend-coder
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.3
7+
pluginVersion = 0.0.4
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 223
11-
pluginUntilBuild = 243.*
11+
pluginUntilBuild = 251.*
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)