Skip to content

Commit

Permalink
release v2.0.3.0 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent authored Sep 22, 2020
1 parent d8598ff commit 153305b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
6 changes: 6 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,10 @@
* chore: remove cache of recommend config [(#238)](https://github.com/tangcent/easy-yapi/pull/238)

* chore: update recommend config [(#239)](https://github.com/tangcent/easy-yapi/pull/239)

* feat: support DeferredResult by recommend [(#250)](https://github.com/tangcent/easy-yapi/pull/250)

* feat: new recommend config \[support_enum_common] [(#251)](https://github.com/tangcent/easy-yapi/pull/251)

* fix: fix class/type #isExtend [(#253)](https://github.com/tangcent/easy-yapi/pull/253)

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.2.0.183.0'
version '2.0.3.0.183.0'
2 changes: 1 addition & 1 deletion common-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"

compile('com.itangcent:commons:0.7.9-SNAPSHOT') {
compile('com.itangcent:commons:0.7.9') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}
Expand Down
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.2.0.183.0
plugin_version=2.0.3.0.183.0

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
6 changes: 3 additions & 3 deletions idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ dependencies {
// compile fileTree(dir: 'libs', include: ['*.jar'])


compile('com.itangcent:intellij-idea:0.7.9-SNAPSHOT') {
compile('com.itangcent:intellij-idea:0.7.9') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}

compile('com.itangcent:intellij-kotlin-support:0.7.9-SNAPSHOT') {
compile('com.itangcent:intellij-kotlin-support:0.7.9') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}

compile('com.itangcent:intellij-scala-support:0.7.9-SNAPSHOT') {
compile('com.itangcent:intellij-scala-support:0.7.9') {
exclude group: 'com.google.inject'
exclude group: 'com.google.code.gson'
}
Expand Down
16 changes: 9 additions & 7 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.0.2.0">v2.0.2.0.183.0(2020-08-23)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.0.3.0">v2.0.3.0.183.0(2020-09-22)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li> chore: fix recommend config for ignore serialVersionUID <a
href="https://github.com/tangcent/easy-yapi/pull/237">(#237)</a>
<li> feat: support DeferredResult by recommend <a
href="https://github.com/tangcent/easy-yapi/pull/250">(#250)</a>
</li>
<li> chore: remove cache of recommend config. <a
href="https://github.com/tangcent/easy-yapi/pull/238">(#238)</a>
<li> feat: new recommend config [support_enum_common] <a
href="https://github.com/tangcent/easy-yapi/pull/251">(#251)</a>
</li>
<li> chore: update recommend config <a
href="https://github.com/tangcent/easy-yapi/pull/239">(#239)</a>
</ul>
<ul>fix:
<li> fix: fix class/type #isExtend <a
href="https://github.com/tangcent/easy-yapi/pull/253">(#253)</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.2.0.183.0</version>
<version>2.0.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 153305b

Please sign in to comment.