From d41787d23f6aef6a79b022e5094790042ed735ae Mon Sep 17 00:00:00 2001 From: tangcent Date: Sun, 12 Jun 2022 21:58:48 +0800 Subject: [PATCH] release v2.4.0 --- IDEA_CHANGELOG.md | 8 ++++++++ build.gradle | 2 +- gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 18 +++++------------- .../src/main/resources/META-INF/plugin.xml | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index abec3d9fe..7766fa56b 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,11 @@ +* 2.4.0 + + * feat: get resource with timeout [(#786)](https://github.com/tangcent/easy-yapi/pull/786) + + * chore: remove usages of KitUtils.safe [(#785)](https://github.com/tangcent/easy-yapi/pull/785) + + * feat: support new setting 'export selected method only' [(#783)](https://github.com/tangcent/easy-yapi/pull/783) + * 2.3.9 * fix: not use '0' as example [(#771)](https://github.com/tangcent/easy-yapi/pull/771) diff --git a/build.gradle b/build.gradle index 123e6dccd..d32591cf8 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } group 'com.itangcent' -version '2.3.9.191.0' +version '2.4.0.191.0' @SuppressWarnings("GroovyAssignabilityCheck") static def majorVersion(version) { diff --git a/gradle.properties b/gradle.properties index dbf7147a3..61ed27036 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.3.9.191.0 +plugin_version=2.4.0.191.0 org.gradle.jvmargs=-Dfile.encoding=UTF-8 systemProp.file.encoding=UTF-8 org.gradle.daemon=true diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 7407456ff..344b45737 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,19 +1,11 @@ -v2.3.9.191.0(2022-05-30) +v2.4.0.191.0(2022-06-12)
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 790141814..cd4d41539 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.3.9.191.0 + 2.4.0.191.0 Tangcent