Skip to content

Commit b015f9a

Browse files
committed
Bump version to 1.3.2
1 parent e7d136d commit b015f9a

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+
## [1.3.1]
7+
- Add support for run/debug code lenses
8+
- Add definition lookup support for JDT symbols
9+
- Add quick fix for implementing abstract functions
10+
- Add experimental JDT.LS integration
11+
612
## [1.3.0]
713
- Bump to Kotlin 1.6
814
- Support JDK 17

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=1.3.1
1+
projectVersion=1.3.2
22
kotlinVersion=1.6.10
33
exposedVersion=0.37.3
44
lsp4jVersion=0.12.0

0 commit comments

Comments
 (0)