Skip to content

Commit 9d94179

Browse files
Merge main into feature/q-mega
2 parents b4cbda2 + 07ccd11 commit 9d94179

9 files changed

+32
-25
lines changed

.changes/3.42.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2024-11-27",
3+
"version" : "3.42",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: support `Dockerfile` files"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Introduce @workspace command to enhance chat context fetching for Chat"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Correct search text for Amazon Q inline suggestion keybindings"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix(Amazon Q Code Transformation): always show user latest/correct transformation results"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /dev: Fix error when accepting changes if leading slash is present."
22+
} ]
23+
}

.changes/next-release/bugfix-9e0be536-a758-466e-8b65-ab2f50331ecd.json

-4
This file was deleted.

.changes/next-release/bugfix-f486f12a-cb1a-4986-949f-939d600789ae.json

-4
This file was deleted.

.changes/next-release/bugfix-fd7f4f61-241e-40a6-b92a-3e4fe7e832db.json

-4
This file was deleted.

.changes/next-release/feature-06ad3a97-c95c-40f5-8c7b-bc2e262f6e06.json

-4
This file was deleted.

.changes/next-release/feature-07ba60de-7043-4965-8fb5-7038c8ea6c5e.json

-4
This file was deleted.

.changes/next-release/feature-b05e3cd8-abd5-47f9-bd5c-02c7b7eb378e.json

-4
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# _3.42_ (2024-11-27)
2+
- **(Feature)** Amazon Q /dev: support `Dockerfile` files
3+
- **(Feature)** Feature(Amazon Q Code Transformation): allow users to view results in 5 smaller diffs
4+
- **(Feature)** Introduce @workspace command to enhance chat context fetching for Chat
5+
- **(Bug Fix)** Correct search text for Amazon Q inline suggestion keybindings
6+
- **(Bug Fix)** Fix(Amazon Q Code Transformation): always show user latest/correct transformation results
7+
- **(Bug Fix)** Amazon Q /dev: Fix error when accepting changes if leading slash is present.
8+
19
# _3.41_ (2024-11-22)
210
- **(Feature)** Amazon Q /dev: support `.gradle` files
311
- **(Feature)** Inline Auto trigger will now happen more consistently and will not conflict with JetBrains code completion.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=3.42-SNAPSHOT
5+
toolkitVersion=3.43-SNAPSHOT
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)