File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
platform/src/main/resources/graphdb/messages Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.6.1]
9
+
10
+ ### Added
11
+ - Support for IntelliJ 2023.1
12
+
8
13
## [ 0.6.0]
9
14
10
15
### Added
Original file line number Diff line number Diff line change 1
- version =0.6.0
1
+ version =0.6.1
2
2
3
3
# Intellij SDK
4
- intellijSdkVersion =2022.3
4
+ intellijSdkVersion =2023.1
5
5
6
6
# Versions
7
7
versionGradleIntelliJ =1.13.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ intellij {
35
35
// See https://plugins.jetbrains.com/docs/intellij/configuring-plugin-project.html#patching-the-plugin-configuration-file
36
36
patchPluginXml {
37
37
sinceBuild = " 223.0"
38
- untilBuild = " 223 .*"
38
+ untilBuild = " 231 .*"
39
39
40
40
def allChanges = {
41
41
changelog. getAll(). values()
Original file line number Diff line number Diff line change 1
1
updater.title =Graph Database plugin updated to v{0}
2
2
updater.notification =\
3
- Support WHERE in pattern elements. Allow numbers to be written in queries in scientific (exponential) notation.
3
+ Support IntelliJ 2023.1
You can’t perform that action at this time.
0 commit comments