Skip to content

Commit 5c52ccf

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.40
1 parent f2cb3c9 commit 5c52ccf

6 files changed

+20
-13
lines changed

.changes/3.40.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-11-14",
3+
"version" : "3.40",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Amazon Q /dev: Add an action to accept individual files"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix a bug when Amazon Q responds with still indexing message even when `@workspace` index is done"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue where Amazon Q inline chat can be invoked from non-editor windows"
13+
} ]
14+
}

.changes/next-release/bugfix-418aac17-9702-451e-8880-9c41b3441574.json

-4
This file was deleted.

.changes/next-release/bugfix-4a387896-7a93-4474-a86d-f6dc5d53ab57.json

-4
This file was deleted.

.changes/next-release/feature-6403bbaf-0521-4d39-abbf-f9e25fe5a837.json

-4
This file was deleted.

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _3.40_ (2024-11-14)
2+
- **(Feature)** Amazon Q /dev: Add an action to accept individual files
3+
- **(Bug Fix)** Fix a bug when Amazon Q responds with still indexing message even when `@workspace` index is done
4+
- **(Bug Fix)** Fix issue where Amazon Q inline chat can be invoked from non-editor windows
5+
16
# _3.39_ (2024-11-12)
27
- **(Bug Fix)** Fix poor inline suggestions from Amazon Q caused by improperly formatted supplemental context
38

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

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)