Skip to content

Commit

Permalink
Merge pull request #176 from tangcent/release/stable
Browse files Browse the repository at this point in the history
release v1.9.3.0.183.0
  • Loading branch information
tangcent authored Apr 26, 2020
2 parents a0bb5a0 + 44d8cf8 commit a069527
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
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 '1.9.2.0.183.0'
version '1.9.3.0.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=1.9.2.0.183.0
plugin_version=1.9.3.0.183.0

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
8 changes: 6 additions & 2 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.9.2.0">v1.9.2.0.183.0(2020-04-25)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.9.3.0">v1.9.3.0.183.0(2020-04-27)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>bug-fix:
<li>fix HttpRequfix: support `java`/`kt`/`scala` in all action<a
<li>fix: support `java`/`kt`/`scala` in all action<a
href="https://github.com/tangcent/easy-api/pull/271">(#271)</a>
</li>
</ul>
Expand All @@ -18,4 +18,8 @@
<li>opti: support new rule `path.multi` <a
href="https://github.com/tangcent/easy-api/pull/275">(#275)</a>
</li>

<li>feat: show attr of param with @RequestBody<a
href="https://github.com/tangcent/easy-yapi/pull/175">(#175)</a>
</li>
</ul>
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>1.9.2.0.183.0</version>
<version>1.9.3.0.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 a069527

Please sign in to comment.