Skip to content

Commit

Permalink
release v2.2.4-rc (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: tangcent <[email protected]>
  • Loading branch information
github-actions[bot] and tangcent authored Jun 27, 2021
1 parent cfc08b3 commit 81eb654
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 18 deletions.
4 changes: 4 additions & 0 deletions IDEA_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 2.2.4

* feat: remove recommend config of enum [(#521)](https://github.com/tangcent/easy-yapi/pull/521)

* 2.2.3

* fix: not infer methods that return an interface type [(#518)](https://github.com/tangcent/easy-yapi/pull/518)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group 'com.itangcent'
version '2.2.3.183.0'
version '2.2.4.183.0-rc'

@SuppressWarnings("GroovyAssignabilityCheck")
static def majorVersion(version) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugin_name=EasyYapi
plugin_version=2.2.3.183.0
plugin_version=2.2.4.183.0-rc
org.gradle.jvmargs=-Dfile.encoding=UTF-8
systemProp.file.encoding=UTF-8
org.gradle.daemon=true
Expand Down
18 changes: 3 additions & 15 deletions idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.3">v2.2.3.183.0(2021-06-21)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v2.2.4-rc">v2.2.4.183.0-rc(2021-06-27)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
<li> perf: add several methods of RequestRuleWrap <a
href="https://github.com/tangcent/easy-yapi/pull/509">(#509)</a>
</li>
<li> opti: remove api name from prefix of attr <a
href="https://github.com/tangcent/easy-yapi/pull/508">(#508)</a>
</li>
</ul>
<ul>fix:
<li> fix: configure FAIL_ON_EMPTY_BEANS as false <a
href="https://github.com/tangcent/easy-yapi/pull/517">(#517)</a>
</li>
<li> fix: not infer methods that return an interface type <a
href="https://github.com/tangcent/easy-yapi/pull/518">(#518)</a>
<li> feat: remove recommend config of enum <a
href="https://github.com/tangcent/easy-yapi/pull/521">(#521)</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.2.3.183.0</version>
<version>2.2.4.183.0-rc</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 81eb654

Please sign in to comment.