Skip to content

Commit

Permalink
Bump version to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jan 15, 2024
1 parent 8d0fc49 commit 382b174
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +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.9]
- Improve source file exclusion logic

## [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!

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.9
version=1.3.10
javaVersion=11

0 comments on commit 382b174

Please sign in to comment.