diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index f557f453..290ba692 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,11 @@ +* 2.7.2 + * fix: remove Non-extendable interface usage [(#1146)](https://github.com/tangcent/easy-yapi/pull/1146) + + * chore: polish Postman API helper classes and cache management [(#1145)](https://github.com/tangcent/easy-yapi/pull/1145) + + * fix: correct content-type for Postman API export [(#1144)](https://github.com/tangcent/easy-yapi/pull/1144) + + * test: add test case to verify rendering of non-English content in BundledMarkdownRender [(#1142)](https://github.com/tangcent/easy-yapi/pull/1142) * 2.7.1 * fix: resolve 'module_path' property resolution issue [(#1137)](https://github.com/tangcent/easy-yapi/pull/1137) diff --git a/gradle.properties b/gradle.properties index 7c711fde..8a31b935 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ plugin_name=EasyYapi -plugin_version=2.7.1.212.0 +plugin_version=2.7.2.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 69f8ca9d..584d195a 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,14 +1,12 @@ -v2.7.1(2024-05-12)
+v2.7.2(2024-06-30)
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 45a436b4..c8ec1058 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.1.212.0 + 2.7.2.212.0 Tangcent