Skip to content

Commit

Permalink
release v2.1.5 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Feb 28, 2021
1 parent ca60da9 commit bf9390f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
6 changes: 5 additions & 1 deletion IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group 'com.itangcent'
version '2.1.5.183.0-rc'
version '2.1.5.183.0'
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 7 additions & 1 deletion idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.1.5-rc">v2.1.5.183.0-rc(2021-02-25)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.1.5">v2.1.5.183.0(2021-02-28)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
Expand All @@ -11,6 +11,12 @@
<li> opti: support `url.cache.expire` <a
href="https://github.com/tangcent/easy-yapi/pull/349">(#349)</a>
</li>
<li> opti: add recommend third config <a
href="https://github.com/tangcent/easy-yapi/pull/351">(#351)</a>
</li>
<li> opti: show default built-in config in setting <a
href="https://github.com/tangcent/easy-yapi/pull/353">(#353)</a>
</li>
</ul>
<ul>fix:
<li> fix:change the action name from Debug to ScriptExecutor <a
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-yapi</id>
<name>EasyYapi</name>
<version>2.1.5.183.0-rc</version>
<version>2.1.5.183.0</version>
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>

<description><![CDATA[ Description will be added by gradle build]]></description>
Expand Down

0 comments on commit bf9390f

Please sign in to comment.