From 402712836fdde4e45dd3314f7e0a8a692dfd566f Mon Sep 17 00:00:00 2001 From: skidus Date: Fri, 3 Apr 2026 19:01:08 +0700 Subject: [PATCH] chore: bump version to 2.1.2 and update release notes - Grouped database actions into a single "Generate Action Models" popup menu. - Renamed base action to "Generate Action Models V2" for clarity. - Improved context menu organization in the Database View. --- .../coroutines-javaagent-legacy.jar | Bin 270 -> 270 bytes .intellijPlatform/self-update.lock | 2 +- build.gradle.kts | 8 ++- src/main/resources/META-INF/plugin.xml | 47 +++++++++--------- 4 files changed, 32 insertions(+), 25 deletions(-) diff --git a/.intellijPlatform/coroutines-javaagent-legacy.jar b/.intellijPlatform/coroutines-javaagent-legacy.jar index 8fa78e2933aafe4acae7fe47c8b9f304861517e7..8a737423c582afaa56846b5d3c97c80bf9be357f 100644 GIT binary patch delta 26 gcmeBU>SN*w@MdNaVc_84VCc-A$g_zFNFMM507)GN(*OVf delta 26 gcmeBU>SN*w@MdNaVc_84V93jw$g_zFNFMM507qX2n*aa+ diff --git a/.intellijPlatform/self-update.lock b/.intellijPlatform/self-update.lock index 667c5a6..3659e5d 100644 --- a/.intellijPlatform/self-update.lock +++ b/.intellijPlatform/self-update.lock @@ -1 +1 @@ -2026-03-02 \ No newline at end of file +2026-04-03 \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 0852e89..399d521 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.sdk.generators.actionmodels.v3" -version = "2.1.1" +version = "2.1.2" repositories { mavenCentral() @@ -37,6 +37,12 @@ intellijPlatform { } changeNotes = """ +

[2.1.2]

+

[2.1.1]