Skip to content

Commit f5c039a

Browse files
Prepare for release v0.5.0 (#60)
1 parent d195f65 commit f5c039a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.5.0]
9+
10+
### Added
11+
- Add support for CALL subqueries (#20)
12+
13+
### Removed
14+
- Remove unneeded hardcoded functions (#55)
15+
816
## [0.4.2]
917

1018
### Fixed

gradle.properties

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

33
# Intellij SDK
44
intellijSdkVersion=2022.3
55

66
# Versions
7-
versionGradleIntelliJ=1.11.0
7+
versionGradleIntelliJ=1.12.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-
Remove unnecessary aggregation on relationship types, which might fail metadata retrieval.
3+
Add support for CALL subqueries. Use function metadata provided by database, instead of hardcoded.

0 commit comments

Comments
 (0)