Skip to content

Commit 5a277cc

Browse files
committed
Bump version to 1.3.9
1 parent e5a0fe3 commit 5a277cc

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+
## [1.3.8]
7+
- Add optional inlay hints (#498)
8+
- Provide infix function completions (#521)
9+
- Support Gradle 8.5 and Kotlin 1.9.20 (#537)
10+
- Make .kts and .gradle.kts language features opt-in (#536)
11+
Thanks to @ElamC, @themkat, @chenrui333, @calamont, @ks-korovina and @daplf for
12+
your contributions!
13+
614
## [1.3.7]
715
- Fix definition lookup for external sources
816
- Fix binding context query for other definition lookups

gradle.properties

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

0 commit comments

Comments
 (0)