Skip to content

Commit 24ce5fa

Browse files
committed
Update version to 0.7.0
Increment to the next minor version.
1 parent 520a234 commit 24ce5fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to the language server will be documented in this file.
33

44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
## [0.7.0]
7+
- Improve completion list sorting
8+
- Fix bug that occurred when project path contained whitespace
9+
610
## [0.6.0]
711
- Add package completion
812
- Support Java imports

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=0.6.0
1+
projectVersion=0.7.0
22
teamCityUrl=https://teamcity.jetbrains.com
33
teamCityUsername=guest
44
teamCityPassword=guest

0 commit comments

Comments
 (0)