Skip to content

Commit 351e750

Browse files
committed
Bump version to 1.3.3
1 parent df191cc commit 351e750

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.2]
7+
- Update to Kotlin 1.8.10 and Gradle 8
8+
- Backtick soft keywords in imports (#416, #455)
9+
- Improve syntax highlighting w.r.t strings in type annotations (#405)
10+
- Add support for variable renaming from declaration sites (#399)
11+
- Add support for SAM with receiver annotations (#394)
12+
- Implement document highlight (#393)
13+
- Add override/implement (#359)
14+
15+
Special thanks to @themkat, @RenFraser and all other contributors for the great work!
16+
617
## [1.3.1]
718
- Add support for run/debug code lenses
819
- Add definition lookup support for JDT symbols

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=1.3.2
1+
version=1.3.3
22
javaVersion=11

0 commit comments

Comments
 (0)