From c8ca5dd33b7bcf605be7280e4e1ad1077849582c Mon Sep 17 00:00:00 2001 From: tangcent Date: Tue, 29 Aug 2023 08:36:18 +0800 Subject: [PATCH] release 2.6.2 (#1021) --- IDEA_CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 12 +++++------- idea-plugin/src/main/resources/META-INF/plugin.xml | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 731b0c64..d2bb1974 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,11 @@ +* 2.6.2 + * refactor: remove usage of KV [(#1020)](https://github.com/tangcent/easy-yapi/pull/1020) + + * fix: fix issue with SessionStorage not works [(#1016)](https://github.com/tangcent/easy-yapi/pull/1016) + + * fix: fix thread warning [(#1012)](https://github.com/tangcent/easy-yapi/pull/1012) + + * fix: added support for strict check in jakarta.validation and javax.validation [(#1013)](https://github.com/tangcent/easy-yapi/pull/1013) * 2.6.1 * feat: ignore some common classes [(#1009)](https://github.com/tangcent/easy-yapi/pull/1009) diff --git a/gradle.properties b/gradle.properties index 8c742688..77a8726e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.6.1.212.0 +plugin_version=2.6.2.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 5a6c0c99..ffcf9bf3 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,14 +1,12 @@ -v2.6.1(2023-08-06)
+v2.6.2(2023-08-27)
Full Changelog +
  • fixes: fix: fix issue with SessionStorage not works (#1016)
  • - diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index bee21083..d4fb18ee 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.1.212.0 + 2.6.2.212.0 Tangcent