diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 66dea477d..77d84460f 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,15 @@ +* 2.4.6 + + * amend: use :Log() instead of define [(#837)](https://github.com/tangcent/easy-yapi/pull/837) + + * fix: parse FeignClient#path [(#835)](https://github.com/tangcent/easy-yapi/pull/835) + + * feat: support export apis from actuator [(#834)](https://github.com/tangcent/easy-yapi/pull/834) + + * fix: convert java.math.BigInteger to java.lang.Long [(#828)](https://github.com/tangcent/easy-yapi/pull/828) + + * test: DefaultYapiApiHelperTest [(#824)](https://github.com/tangcent/easy-yapi/pull/824) + * 2.4.5 * fix: set resolveMulti to first in javax.validation.config [(#821)](https://github.com/tangcent/easy-yapi/pull/821) diff --git a/build.gradle b/build.gradle index a27c66d41..789d5d98d 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { } group 'com.itangcent' -version '2.4.5.191.0' +version '2.4.6.191.0' @SuppressWarnings("GroovyAssignabilityCheck") static def majorVersion(version) { diff --git a/gradle.properties b/gradle.properties index 54e9198df..64ff41c3e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.4.5.191.0 +plugin_version=2.4.6.191.0 org.gradle.jvmargs=-Dfile.encoding=UTF-8 systemProp.file.encoding=UTF-8 org.gradle.daemon=true diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 0c728e81c..423b27f63 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,16 +1,16 @@ -v2.4.5.191.0(2022-08-24) +v2.4.6.191.0(2022-09-27)
Full Changelog diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index 478c08547..e58b92abb 100644 --- a/idea-plugin/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.itangcent.idea.plugin.easy-yapi EasyYapi - 2.4.5.191.0 + 2.4.6.191.0 Tangcent