From 382b1747dd471c99588b8f636c13053b1cb69258 Mon Sep 17 00:00:00 2001 From: fwcd Date: Mon, 15 Jan 2024 02:30:35 +0000 Subject: [PATCH] Bump version to 1.3.10 --- CHANGELOG.md | 4 +++- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0f5eb4f..c6903e242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! diff --git a/gradle.properties b/gradle.properties index 411c0c765..cbb84cf18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.3.9 +version=1.3.10 javaVersion=11