From e67f0963aea064adf3686d2870fbca3cc152854d Mon Sep 17 00:00:00 2001 From: tangcent Date: Sun, 6 Aug 2023 21:26:40 +0800 Subject: [PATCH] release 2.6.1 (#1010) --- IDEA_CHANGELOG.md | 4 ++++ gradle.properties | 4 ++-- idea-plugin/parts/pluginChanges.html | 12 ++++++++---- idea-plugin/src/main/resources/META-INF/plugin.xml | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 0bb603c98..731b0c64d 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,7 @@ +* 2.6.1 + * feat: ignore some common classes [(#1009)](https://github.com/tangcent/easy-yapi/pull/1009) + + * fix: refined config behavior for mocking enum fields [(#1008)](https://github.com/tangcent/easy-yapi/pull/1008) * 2.6.0 * chore: update pluginDescription [(#1002)](https://github.com/tangcent/easy-yapi/pull/1002) diff --git a/gradle.properties b/gradle.properties index 406c0d454..89f80f071 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ plugin_name=EasyYapi -plugin_version=2.6.0.212.0 +plugin_version=2.6.1.212.0 kotlin.code.style=official kotlin_version=1.8.0 junit_version=5.9.2 -itangcent_intellij_version=1.5.3 \ No newline at end of file +itangcent_intellij_version=1.5.4 \ No newline at end of file diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index b7f819cfc..5a6c0c99b 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,10 +1,14 @@ -v2.6.0(2023-07-23)
+v2.6.1(2023-08-06)
Full Changelog -
  • fixes: fix: process correct class when clicking class in multi-class Kotlin file (#1000)
  • + diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index 499b2d6d8..bee21083a 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.6.0.212.0 + 2.6.1.212.0 Tangcent