Skip to content

Commit 9df7baa

Browse files
committed
🔖 update version to 2.3.2 and enhance compatibility with IDEA 252
1 parent 7339a36 commit 9df7baa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
# JPA Support Changelog
44

5-
## [Unreleased]
5+
## [2.3.2]
66

77
### Added
88
- Add plugin icon
9+
- Compatible with IDEA252
910

1011

1112
## [2.3.1]

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.ifengxue
44
pluginName = JPA Support
55
pluginRepositoryUrl = https://github.com/carter-ya/idea-plugin-jpa-support
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2.3.1
7+
pluginVersion = 2.3.2
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 = 251.*
11+
pluginUntilBuild = 252.*
1212

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

0 commit comments

Comments
 (0)