Skip to content

Commit 40ec8ad

Browse files
committed
Update version to 0.8.0
Increment to the next minor version.
1 parent 9cf41ac commit 40ec8ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ 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.8.0]
7+
- Tagged deprecation/unused variable warnings
8+
- Kotlin 1.4.20 support
9+
- New formatter (ktfmt)
10+
- Java 11+ is now required
11+
612
## [0.7.1]
713

814
## [0.7.0]

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
projectVersion=0.7.1
1+
projectVersion=0.8.0
22
kotlinVersion=1.4.20-release-327

0 commit comments

Comments
 (0)