Skip to content

Commit

Permalink
Prepare for release v0.5.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoventurini authored Jan 23, 2023
1 parent d195f65 commit f5c039a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0]

### Added
- Add support for CALL subqueries (#20)

### Removed
- Remove unneeded hardcoded functions (#55)

## [0.4.2]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version=0.4.2
version=0.5.0

# Intellij SDK
intellijSdkVersion=2022.3

# Versions
versionGradleIntelliJ=1.11.0
versionGradleIntelliJ=1.12.0
versionGradleChangelog=2.0.0
versionGradleGrammarKit=2021.2.2
versionJunit=4.12
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
updater.title=Graph Database plugin updated to v{0}
updater.notification=\
Remove unnecessary aggregation on relationship types, which might fail metadata retrieval.
Add support for CALL subqueries. Use function metadata provided by database, instead of hardcoded.

0 comments on commit f5c039a

Please sign in to comment.