From bf9390f4969c5bdac7723a66f41440247b04fa16 Mon Sep 17 00:00:00 2001 From: tangcent Date: Sun, 28 Feb 2021 22:35:27 +0800 Subject: [PATCH] release v2.1.5 (#356) --- IDEA_CHANGELOG.md | 6 +++++- build.gradle | 2 +- gradle.properties | 2 +- idea-plugin/parts/pluginChanges.html | 8 +++++++- idea-plugin/src/main/resources/META-INF/plugin.xml | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index e638282dd..6e5f143cb 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -31,7 +31,11 @@ * fix:change the action name from Debug to ScriptExecutor [(#348)](https://github.com/tangcent/easy-yapi/pull/348) * opti: support `url.cache.expire` [(#349)](https://github.com/tangcent/easy-yapi/pull/349) - + + * opti: add recommend third config [(#351)](https://github.com/tangcent/easy-yapi/pull/351) + + * opti: show default built-in config in setting [(#353)](https://github.com/tangcent/easy-yapi/pull/353) + * 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 e513bf54f..2bf324c84 100644 --- a/build.gradle +++ b/build.gradle @@ -1,2 +1,2 @@ group 'com.itangcent' -version '2.1.5.183.0-rc' \ No newline at end of file +version '2.1.5.183.0' \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b0310aa18..3ebab29c8 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.5.183.0-rc +plugin_version=2.1.5.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 c6e4f2c27..d883f2b21 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,4 +1,4 @@ -v2.1.5.183.0-rc(2021-02-25) +v2.1.5.183.0(2021-02-28)
Full Changelog