From 5efbcc7dd7c4086b0f320bec630b97b08bf52a0a Mon Sep 17 00:00:00 2001 From: tangcent Date: Mon, 6 Nov 2023 08:48:34 +0800 Subject: [PATCH] release 2.6.5 --- IDEA_CHANGELOG.md | 4 ++++ gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 8 ++------ idea-plugin/src/main/resources/META-INF/plugin.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index a8a40835..bfa3aedb 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,7 @@ +* 2.6.5 + + * feat: Support configuring doc.source.disable to disable documentation reading [(#1059)](https://github.com/tangcent/easy-yapi/pull/1059) + * 2.6.4 * feat: Add recommended configuration for Jackson JsonPropertyOrder [(#1048)](https://github.com/tangcent/easy-yapi/pull/1048) diff --git a/gradle.properties b/gradle.properties index 7c3e488e..07a56c9c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.6.4.212.0 +plugin_version=2.6.5.212.0 kotlin.code.style=official kotlin_version=1.8.0 junit_version=5.9.2 diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index a55dcc28..4949efbd 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,12 +1,8 @@ -v2.6.4(2023-10-22)
+v2.6.5(2023-11-06)
Full Changelog diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index e9129f24..871b2fd5 100644 --- a/idea-plugin/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.itangcent.idea.plugin.easy-yapi EasyYapi - 2.6.4.212.0 + 2.6.5.212.0 Tangcent