Skip to content

Commit 942e6f0

Browse files
Add support for IntelliJ 2023.1
1 parent 376abdc commit 942e6f0

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.1]
9+
10+
### Added
11+
- Support for IntelliJ 2023.1
12+
813
## [0.6.0]
914

1015
### Added

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version=0.6.0
1+
version=0.6.1
22

33
# Intellij SDK
4-
intellijSdkVersion=2022.3
4+
intellijSdkVersion=2023.1
55

66
# Versions
77
versionGradleIntelliJ=1.13.0

graph-database-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ intellij {
3535
// See https://plugins.jetbrains.com/docs/intellij/configuring-plugin-project.html#patching-the-plugin-configuration-file
3636
patchPluginXml {
3737
sinceBuild = "223.0"
38-
untilBuild = "223.*"
38+
untilBuild = "231.*"
3939

4040
def allChanges = {
4141
changelog.getAll().values()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
updater.title=Graph Database plugin updated to v{0}
22
updater.notification=\
3-
Support WHERE in pattern elements. Allow numbers to be written in queries in scientific (exponential) notation.
3+
Support IntelliJ 2023.1

0 commit comments

Comments
 (0)