Skip to content

Commit 376abdc

Browse files
Prepare for release v0.6.0
1 parent 6ff3e8f commit 376abdc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.0]
9+
10+
### Added
11+
- Support WHERE in pattern elements
12+
- Allow numbers to be written in queries in scientific (exponential) notation
13+
814
## [0.5.0]
915

1016
### Added

gradle.properties

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

33
# Intellij SDK
44
intellijSdkVersion=2022.3
55

66
# Versions
7-
versionGradleIntelliJ=1.12.0
7+
versionGradleIntelliJ=1.13.0
88
versionGradleChangelog=2.0.0
99
versionGradleGrammarKit=2021.2.2
1010
versionJunit=4.12
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-
Add support for CALL subqueries. Use function metadata provided by database, instead of hardcoded.
3+
Support WHERE in pattern elements. Allow numbers to be written in queries in scientific (exponential) notation.

0 commit comments

Comments
 (0)