Skip to content

Commit 37dba8e

Browse files
committed
Add support for 2022.3
1 parent 1f72165 commit 37dba8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44
### Added
5+
- Support for 2022.3
56
- More Python syntax covered with parameter hints
67

78
### Changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginVersion = 0.2.1
55
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
66
# for insight into build numbers and IntelliJ Platform versions.
77
pluginSinceBuild = 213
8-
pluginUntilBuild = 222.*
8+
pluginUntilBuild = 223.*
99

1010
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1111
platformType = PC

0 commit comments

Comments
 (0)