From 4d77010b22a564903e779ecd6d917048a3a7d7e4 Mon Sep 17 00:00:00 2001 From: tangcent Date: Tue, 19 Sep 2023 06:59:26 +0800 Subject: [PATCH] release 2.6.3 (#1035) --- IDEA_CHANGELOG.md | 6 ++++++ gradle.properties | 4 ++-- idea-plugin/parts/pluginChanges.html | 10 +++------- idea-plugin/src/main/resources/META-INF/plugin.xml | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index d2bb1974c..d9f909970 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,9 @@ +* 2.6.3 +* amend: remove CompensateRateLimiter [(#1034)](https://github.com/tangcent/easy-yapi/pull/1034) + +* feat: add rules `postman.format.after`, `yapi.format.after` [(#1033)](https://github.com/tangcent/easy-yapi/pull/1033) + +* chore: remove deprecated utils [(#1024)](https://github.com/tangcent/easy-yapi/pull/1024) * 2.6.2 * refactor: remove usage of KV [(#1020)](https://github.com/tangcent/easy-yapi/pull/1020) diff --git a/gradle.properties b/gradle.properties index 8853fef1f..5258e5f15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ plugin_name=EasyYapi -plugin_version=2.6.2.212.0 +plugin_version=2.6.3.212.0 kotlin.code.style=official kotlin_version=1.8.0 junit_version=5.9.2 -itangcent_intellij_version=1.5.52-SNAPSHOT \ No newline at end of file +itangcent_intellij_version=1.5.6 \ No newline at end of file diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index ffcf9bf32..2a564e140 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,12 +1,8 @@ -v2.6.2(2023-08-27)
+v2.6.3(2023-09-18)
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 d4fb18ee2..73877b12f 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.2.212.0 + 2.6.3.212.0 Tangcent