From be7986dada41d36a30fb991dcc17d07a38315a48 Mon Sep 17 00:00:00 2001 From: crdev Date: Tue, 28 Nov 2023 09:55:11 +0100 Subject: [PATCH] Bump up the plugin version to 1.6.6-203 and update release notes --- build.gradle | 2 +- releasenotes.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 764cc47..d0c3b05 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { ext { tmpMarkdownInputDir = "${buildDir}/tmp/markdown-inputs".toString() htmlOutputDir = "${buildDir}/gen-html".toString() - pluginVersion = '1.6.5' + pluginVersion = '1.6.6' // Make sure |ext.pluginSinceBuild| is consistent with |intellij.version|. pluginSinceBuild = '203' diff --git a/releasenotes.md b/releasenotes.md index d779030..2a38c96 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,5 +1,11 @@ # Release notes +## Release notes for 1.6.6-203 + +### General + * Use the IDE's bundled Kotlin library (fixes #270) + + ## Release notes for 1.6.5-203 ### General