Skip to content

Commit

Permalink
Prepare for release 0.4.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoventurini authored Jan 9, 2023
1 parent 0906399 commit 87f14ce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.4.0]

### Added

- Support new syntax for CREATE INDEX commands (#45)
- Add scrollbars to new database panel (#44)

### Changed

Various internal improvements (e.g. using Testcontainers, enabling GitHub actions)
and refactorings.

## [0.3.0]

### Added
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.3.0
version=0.4.0

# Intellij SDK
intellijSdkVersion=2022.3

# Versions
versionGradleIntelliJ=1.10.1
versionGradleIntelliJ=1.11.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,5 +1,5 @@
updater.title=Graph Database plugin updated to v{0}
updater.notification=\
Add support for Cypher EXISTS and COUNT subqueries. \
Disable highlighting in Cypher comments. \
Support connections to named databases.
Support new syntax for CREATE INDEX commands. \
Add scrollbars to new database panel. \
Various internal improvements and refactorings.

0 comments on commit 87f14ce

Please sign in to comment.