From a52690d3c61adb4d2189748042553e1cda950fea Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Wed, 27 Nov 2024 17:39:24 +0000 Subject: [PATCH 1/2] Updating version to 3.42 --- .changes/3.42.json | 23 +++++++++++++++++++ ...-9e0be536-a758-466e-8b65-ab2f50331ecd.json | 4 ---- ...-f486f12a-cb1a-4986-949f-939d600789ae.json | 4 ---- ...-fd7f4f61-241e-40a6-b92a-3e4fe7e832db.json | 4 ---- ...-06ad3a97-c95c-40f5-8c7b-bc2e262f6e06.json | 4 ---- ...-07ba60de-7043-4965-8fb5-7038c8ea6c5e.json | 4 ---- ...-b05e3cd8-abd5-47f9-bd5c-02c7b7eb378e.json | 4 ---- CHANGELOG.md | 8 +++++++ gradle.properties | 2 +- 9 files changed, 32 insertions(+), 25 deletions(-) create mode 100644 .changes/3.42.json delete mode 100644 .changes/next-release/bugfix-9e0be536-a758-466e-8b65-ab2f50331ecd.json delete mode 100644 .changes/next-release/bugfix-f486f12a-cb1a-4986-949f-939d600789ae.json delete mode 100644 .changes/next-release/bugfix-fd7f4f61-241e-40a6-b92a-3e4fe7e832db.json delete mode 100644 .changes/next-release/feature-06ad3a97-c95c-40f5-8c7b-bc2e262f6e06.json delete mode 100644 .changes/next-release/feature-07ba60de-7043-4965-8fb5-7038c8ea6c5e.json delete mode 100644 .changes/next-release/feature-b05e3cd8-abd5-47f9-bd5c-02c7b7eb378e.json diff --git a/.changes/3.42.json b/.changes/3.42.json new file mode 100644 index 0000000000..dacf014390 --- /dev/null +++ b/.changes/3.42.json @@ -0,0 +1,23 @@ +{ + "date" : "2024-11-27", + "version" : "3.42", + "entries" : [ { + "type" : "feature", + "description" : "Amazon Q /dev: support `Dockerfile` files" + }, { + "type" : "feature", + "description" : "Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs" + }, { + "type" : "feature", + "description" : "Introduce @workspace command to enhance chat context fetching for Chat" + }, { + "type" : "bugfix", + "description" : "Correct search text for Amazon Q inline suggestion keybindings" + }, { + "type" : "bugfix", + "description" : "Fix(Amazon Q Code Transformation): always show user latest/correct transformation results" + }, { + "type" : "bugfix", + "description" : "Amazon Q /dev: Fix error when accepting changes if leading slash is present." + } ] +} \ No newline at end of file diff --git a/.changes/next-release/bugfix-9e0be536-a758-466e-8b65-ab2f50331ecd.json b/.changes/next-release/bugfix-9e0be536-a758-466e-8b65-ab2f50331ecd.json deleted file mode 100644 index 580756497e..0000000000 --- a/.changes/next-release/bugfix-9e0be536-a758-466e-8b65-ab2f50331ecd.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Correct search text for Amazon Q inline suggestion keybindings" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-f486f12a-cb1a-4986-949f-939d600789ae.json b/.changes/next-release/bugfix-f486f12a-cb1a-4986-949f-939d600789ae.json deleted file mode 100644 index dd00709e13..0000000000 --- a/.changes/next-release/bugfix-f486f12a-cb1a-4986-949f-939d600789ae.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Fix(Amazon Q Code Transformation): always show user latest/correct transformation results" -} \ No newline at end of file diff --git a/.changes/next-release/bugfix-fd7f4f61-241e-40a6-b92a-3e4fe7e832db.json b/.changes/next-release/bugfix-fd7f4f61-241e-40a6-b92a-3e4fe7e832db.json deleted file mode 100644 index aefce81abc..0000000000 --- a/.changes/next-release/bugfix-fd7f4f61-241e-40a6-b92a-3e4fe7e832db.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Amazon Q /dev: Fix error when accepting changes if leading slash is present." -} diff --git a/.changes/next-release/feature-06ad3a97-c95c-40f5-8c7b-bc2e262f6e06.json b/.changes/next-release/feature-06ad3a97-c95c-40f5-8c7b-bc2e262f6e06.json deleted file mode 100644 index 9c64ab4c64..0000000000 --- a/.changes/next-release/feature-06ad3a97-c95c-40f5-8c7b-bc2e262f6e06.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Amazon Q /dev: support `Dockerfile` files" -} \ No newline at end of file diff --git a/.changes/next-release/feature-07ba60de-7043-4965-8fb5-7038c8ea6c5e.json b/.changes/next-release/feature-07ba60de-7043-4965-8fb5-7038c8ea6c5e.json deleted file mode 100644 index 93b0197b9f..0000000000 --- a/.changes/next-release/feature-07ba60de-7043-4965-8fb5-7038c8ea6c5e.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs" -} \ No newline at end of file diff --git a/.changes/next-release/feature-b05e3cd8-abd5-47f9-bd5c-02c7b7eb378e.json b/.changes/next-release/feature-b05e3cd8-abd5-47f9-bd5c-02c7b7eb378e.json deleted file mode 100644 index f28cb4e973..0000000000 --- a/.changes/next-release/feature-b05e3cd8-abd5-47f9-bd5c-02c7b7eb378e.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "feature", - "description" : "Introduce @workspace command to enhance chat context fetching for Chat" -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a6630993..57b8cb5c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# _3.42_ (2024-11-27) +- **(Feature)** Amazon Q /dev: support `Dockerfile` files +- **(Feature)** Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs +- **(Feature)** Introduce @workspace command to enhance chat context fetching for Chat +- **(Bug Fix)** Correct search text for Amazon Q inline suggestion keybindings +- **(Bug Fix)** Fix(Amazon Q Code Transformation): always show user latest/correct transformation results +- **(Bug Fix)** Amazon Q /dev: Fix error when accepting changes if leading slash is present. + # _3.41_ (2024-11-22) - **(Feature)** Amazon Q /dev: support `.gradle` files - **(Feature)** Inline Auto trigger will now happen more consistently and will not conflict with JetBrains code completion. diff --git a/gradle.properties b/gradle.properties index 3daceb7fcf..1947e49835 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Toolkit Version -toolkitVersion=3.42-SNAPSHOT +toolkitVersion=3.42 # Publish Settings publishToken= From 07ccd110d741c4bf591bfcbc5db86a2a7022313f Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Wed, 27 Nov 2024 19:03:54 +0000 Subject: [PATCH 2/2] Updating SNAPSHOT version to 3.43-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1947e49835..b7feae18ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Toolkit Version -toolkitVersion=3.42 +toolkitVersion=3.43-SNAPSHOT # Publish Settings publishToken=