Skip to content

Commit

Permalink
release v2.0.8 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Nov 29, 2020
1 parent e058bfa commit 83bac51
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@

* feat: support json5 for postman [(#286)](https://github.com/tangcent/easy-yapi/pull/286)

* opti: support rule `class.is.ctrl` [(#293)](https://github.com/tangcent/easy-yapi/pull/293)

* opti: remove log in recommend config [(#294)](https://github.com/tangcent/easy-yapi/pull/294)

* 1.9.0 ~

* fix: support `java`/`kt`/`scala` in all action. [(#271)](https://github.com/tangcent/easy-api/pull/271
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.0.7.183.0'
version '2.0.8.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.0.7.183.0
plugin_version=2.0.8.183.0

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
10 changes: 7 additions & 3 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.0.7">v2.0.7.183.0(2020-11-22)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.0.8">v2.0.8.183.0(2020-11-29)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:

<li> feat: support json5 for postman <a
href="https://github.com/tangcent/easy-yapi/pull/286">(#286)</a>
<li> opti: support rule `class.is.ctrl` <a
href="https://github.com/tangcent/easy-yapi/pull/293">(#293)</a>
</li>

<li> opti: remove log in recommend config <a
href="https://github.com/tangcent/easy-yapi/pull/294">(#294)</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>2.0.7.183.0</version>
<version>2.0.8.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 83bac51

Please sign in to comment.