From 44fc461c0302208f9c2711e107c5a60af29445a4 Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Fri, 27 Sep 2024 17:13:48 +0000 Subject: [PATCH] Updating version to 3.30 --- .changes/3.30.json | 11 +++++++++++ .../bugfix-79dc3ea8-07f6-4eff-ae0f-0ea0a02db7f7.json | 4 ---- .../bugfix-bc7645c1-aa53-4eaa-abac-4498255e0c19.json | 4 ---- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 5 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 .changes/3.30.json delete mode 100644 .changes/next-release/bugfix-79dc3ea8-07f6-4eff-ae0f-0ea0a02db7f7.json delete mode 100644 .changes/next-release/bugfix-bc7645c1-aa53-4eaa-abac-4498255e0c19.json diff --git a/.changes/3.30.json b/.changes/3.30.json new file mode 100644 index 0000000000..afd88a7f2b --- /dev/null +++ b/.changes/3.30.json @@ -0,0 +1,11 @@ +{ + "date" : "2024-09-27", + "version" : "3.30", + "entries" : [ { + "type" : "bugfix", + "description" : "Amazon Q Code Transformation: notify users when no JDK is set in Project Structure settings" + }, { + "type" : "bugfix", + "description" : "Automatically terminate orphaned process for `@workspace` helper" + } ] +} \ No newline at end of file diff --git a/.changes/next-release/bugfix-79dc3ea8-07f6-4eff-ae0f-0ea0a02db7f7.json b/.changes/next-release/bugfix-79dc3ea8-07f6-4eff-ae0f-0ea0a02db7f7.json deleted file mode 100644 index 332e6c5eb9..0000000000 --- a/.changes/next-release/bugfix-79dc3ea8-07f6-4eff-ae0f-0ea0a02db7f7.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Amazon Q Code Transformation: notify users when no JDK is set in Project Structure settings" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-bc7645c1-aa53-4eaa-abac-4498255e0c19.json b/.changes/next-release/bugfix-bc7645c1-aa53-4eaa-abac-4498255e0c19.json deleted file mode 100644 index 77b4a90bb7..0000000000 --- a/.changes/next-release/bugfix-bc7645c1-aa53-4eaa-abac-4498255e0c19.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Automatically terminate orphaned process for `@workspace` helper" -} diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0dffccd5..d7e3cf41d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# _3.30_ (2024-09-27) +- **(Bug Fix)** Amazon Q Code Transformation: notify users when no JDK is set in Project Structure settings +- **(Bug Fix)** Automatically terminate orphaned process for `@workspace` helper + # _3.29_ (2024-09-19) - **(Feature)** Support `@workspace` queries for specific files like "`@workspace` what does test.ts do?". - **(Bug Fix)** Amazon Q Feature Dev: fix iteration count messaging during code insertion diff --git a/gradle.properties b/gradle.properties index 1e7e0e3c7a..79470243bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Toolkit Version -toolkitVersion=3.30-SNAPSHOT +toolkitVersion=3.30 # Publish Settings publishToken=