Skip to content

Commit e45d6bd

Browse files
committed
Update version to 0.4.0
Increment to the next minor version.
1 parent fb8aeee commit e45d6bd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ 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.4.0]
7+
- Add support for Kotlin DSL buildscripts
8+
- Add support for non-Maven/Gradle projects
9+
- Improve Java-to-Kotlin converter
10+
- Use the Field icon instead of Property icon in completion lists
11+
- Add experimental support for multiplatform projects
12+
- Introduce the 'kls' URI scheme
13+
614
## [0.3.0]
715
- Improve trailing lambda completions
816
- Provide completions for generic extension methods

gradle.properties

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

0 commit comments

Comments
 (0)