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..b7feae18ad 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.43-SNAPSHOT # Publish Settings publishToken=