diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 36e089a1..3f3987e5 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,7 @@ +* 2.7.5 + * feat: Add Support for Meta-Spring Controller Annotations [(#1187)](https://github.com/tangcent/easy-yapi/pull/1187) + + * fix: correct YapiSaveInterceptor order for no_update.description config [(#1185)](https://github.com/tangcent/easy-yapi/pull/1185) * 2.7.4 * build: update project dependencies [(#1180)](https://github.com/tangcent/easy-yapi/pull/1180) diff --git a/gradle.properties b/gradle.properties index 0ef207c2..7585432d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.7.4.212.0 +plugin_version=2.7.5.212.0 kotlin.code.style=official kotlin_version=1.8.0 junit_version=5.9.2 diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 368270dd..0a83a2e8 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,10 +1,14 @@ -v2.7.4(2025-01-01)
+v2.7.5(2025-02-18)
Full Changelog

Enhancements:

+ +

Fixes:

diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index 733346f5..a17a14a5 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.7.4.212.0 + 2.7.5.212.0 Tangcent