Skip to content

Commit

Permalink
Merge main into feature/q-dev-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Nov 27, 2024
2 parents c1977bf + 07ccd11 commit db2ad56
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 25 deletions.
23 changes: 23 additions & 0 deletions .changes/3.42.json
Original file line number Diff line number Diff line change
@@ -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."
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=3.42-SNAPSHOT
toolkitVersion=3.43-SNAPSHOT

# Publish Settings
publishToken=
Expand Down

0 comments on commit db2ad56

Please sign in to comment.