From 994ecc6b66f20f1f4d8614161456d5f8bc824e4b Mon Sep 17 00:00:00 2001 From: tangcent Date: Wed, 6 Nov 2024 08:27:04 +0800 Subject: [PATCH] release 2.3.3 --- IDEA_CHANGELOG.md | 10 ++++++++++ gradle.properties | 4 ++-- idea-plugin/parts/pluginChanges.html | 12 +++++++----- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 2ccab870..8c6dd40d 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -1,3 +1,13 @@ +* 2.3.3 + * feat: support Jackson JsonView [(#556)](https://github.com/tangcent/easy-api/pull/556) + + * feat: omit content-type header when no parameters are present [(#555)](https://github.com/tangcent/easy-api/pull/555) + + * build: update IntelliJ plugin version from 1.14.2 to 1.17.1 [(#554)](https://github.com/tangcent/easy-api/pull/554) + + * feat(script): add support for 'mavenId()' in 'class' [(#553)](https://github.com/tangcent/easy-api/pull/553) + + * chore: add missing space in log message for setting Postman privateToken [(#551)](https://github.com/tangcent/easy-api/pull/551) * 2.3.2 * fix: remove Non-extendable interface usage [(#548)](https://github.com/tangcent/easy-api/pull/548) diff --git a/gradle.properties b/gradle.properties index 9749a6c5..022555d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ plugin_name=EasyApi -plugin_version=2.3.2.212.0 +plugin_version=2.3.3.212.0 kotlin.code.style=official kotlin_version=1.8.0 junit_version=5.9.2 -itangcent_intellij_version=1.6.6 \ No newline at end of file +itangcent_intellij_version=1.7.0 \ No newline at end of file diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 1e090859..4ced244e 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,12 +1,14 @@ -v2.3.2(2024-06-30)
+v2.3.3(2024-11-06)
Full Changelog

Enhancements:

-

Fixes:

- + +

Fixes: