From c8281a2d00da9e1c4f9fb909c7e8d862c8f73b58 Mon Sep 17 00:00:00 2001 From: tangcent Date: Fri, 5 Feb 2021 13:48:36 +0800 Subject: [PATCH] release v2.1.3 (#336) --- IDEA_CHANGELOG.md | 6 ++++++ build.gradle | 2 +- gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 19 +++++++++---------- .../src/main/resources/META-INF/plugin.xml | 2 +- 5 files changed, 18 insertions(+), 13 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 2e0f748b1..bc224a0ac 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -14,6 +14,12 @@ * opti: log for method infer [(#325)](https://github.com/tangcent/easy-yapi/pull/325) + * opti: support spring.ui by recommend [(330)](https://github.com/tangcent/easy-yapi/pull/330) + + * opti: use `setPragma` instead of `setBusyTimeout` [(333)](https://github.com/tangcent/easy-yapi/pull/333) + + * opti: refactor ApiDashboard [(335)](https://github.com/tangcent/easy-yapi/pull/335) + * 2.0.0~ * feat: support rule util `session` [(#273)](https://github.com/tangcent/easy-yapi/pull/273) diff --git a/build.gradle b/build.gradle index 8db93a38b..4b7c9861e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,2 +1,2 @@ group 'com.itangcent' -version '2.1.2.183.0' \ No newline at end of file +version '2.1.3.183.0' \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 8bcc9b74b..ae1a5ee37 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.daemon=true org.gradle.workers.max=8 idea_version=2017.3.5 plugin_name=EasyYapi -plugin_version=2.1.2.183.0 +plugin_version=2.1.3.183.0 descriptionFile=parts/pluginDescription.html changesFile=parts/pluginChanges.html \ No newline at end of file diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 600ec0707..e2233c655 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,17 +1,16 @@ -v2.1.2.183.0(2021-01-30) +v2.1.3.183.0(2021-02-05)
Full Changelog - \ No newline at end of file diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index 656311f87..65aee257a 100755 --- 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.1.2.183.0 + 2.1.3.183.0 Tangcent