Skip to content

Commit

Permalink
Updating version to 3.40
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 14, 2024
1 parent f2cb3c9 commit 5c52ccf
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .changes/3.40.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date" : "2024-11-14",
"version" : "3.40",
"entries" : [ {
"type" : "feature",
"description" : "Amazon Q /dev: Add an action to accept individual files"
}, {
"type" : "bugfix",
"description" : "Fix a bug when Amazon Q responds with still indexing message even when `@workspace` index is done"
}, {
"type" : "bugfix",
"description" : "Fix issue where Amazon Q inline chat can be invoked from non-editor windows"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# _3.40_ (2024-11-14)
- **(Feature)** Amazon Q /dev: Add an action to accept individual files
- **(Bug Fix)** Fix a bug when Amazon Q responds with still indexing message even when `@workspace` index is done
- **(Bug Fix)** Fix issue where Amazon Q inline chat can be invoked from non-editor windows

# _3.39_ (2024-11-12)
- **(Bug Fix)** Fix poor inline suggestions from Amazon Q caused by improperly formatted supplemental context

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.40-SNAPSHOT
toolkitVersion=3.40

# Publish Settings
publishToken=
Expand Down

0 comments on commit 5c52ccf

Please sign in to comment.