Skip to content

Commit 87f14ce

Browse files
Prepare for release 0.4.0 (#48)
1 parent 0906399 commit 87f14ce

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.4.0]
9+
10+
### Added
11+
12+
- Support new syntax for CREATE INDEX commands (#45)
13+
- Add scrollbars to new database panel (#44)
14+
15+
### Changed
16+
17+
Various internal improvements (e.g. using Testcontainers, enabling GitHub actions)
18+
and refactorings.
19+
820
## [0.3.0]
921

1022
### Added

gradle.properties

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

33
# Intellij SDK
44
intellijSdkVersion=2022.3
55

66
# Versions
7-
versionGradleIntelliJ=1.10.1
7+
versionGradleIntelliJ=1.11.0
88
versionGradleChangelog=2.0.0
99
versionGradleGrammarKit=2021.2.2
1010
versionJunit=4.12
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
updater.title=Graph Database plugin updated to v{0}
22
updater.notification=\
3-
Add support for Cypher EXISTS and COUNT subqueries. \
4-
Disable highlighting in Cypher comments. \
5-
Support connections to named databases.
3+
Support new syntax for CREATE INDEX commands. \
4+
Add scrollbars to new database panel. \
5+
Various internal improvements and refactorings.

0 commit comments

Comments
 (0)