Skip to content

Commit

Permalink
Bump version to 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 14, 2024
1 parent e5a0fe3 commit 5a277cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to the language server will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [1.3.8]
- Add optional inlay hints (#498)
- Provide infix function completions (#521)
- Support Gradle 8.5 and Kotlin 1.9.20 (#537)
- Make .kts and .gradle.kts language features opt-in (#536)
Thanks to @ElamC, @themkat, @chenrui333, @calamont, @ks-korovina and @daplf for
your contributions!

## [1.3.7]
- Fix definition lookup for external sources
- Fix binding context query for other definition lookups
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.3.8
version=1.3.9
javaVersion=11

0 comments on commit 5a277cc

Please sign in to comment.