Skip to content

Commit 379e9f4

Browse files
authored
Merge branch 'main' into changelog-update-v0.0.3
2 parents 02623c4 + 8158d8a commit 379e9f4

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
@@ -8,6 +8,12 @@
88

99
### Added
1010

11+
- Support `251.*`.
12+
13+
## [0.0.3] - 2024-05-23
14+
15+
### Added
16+
1117
- Support `243.*`.
1218

1319
## [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)