Skip to content

Commit 552d5f2

Browse files
author
aws-toolkit-automation
committed
Release 2.18.0
1 parent 3b84f64 commit 552d5f2

7 files changed

+26
-14
lines changed

.changes/2.18.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-04-04",
3+
"version": "2.18.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q Feature Dev: Fix followups after hitting iteration limit"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q Code Transformation: remove Transform button from side panel, use /transform in chat now"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q Code Transformation: allow \"Start a new transformation\" button in chat to work after job fails"
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-1777c060-e176-4a85-9527-3833250136e3.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Bug Fix-2fe960f9-a00a-4e0b-9bb1-06f495a2e36e.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Bug Fix-dbadf03d-9d56-484d-a40e-3e844b6574dc.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.18.0 2024-04-04
2+
3+
- **Bug Fix** Amazon Q Feature Dev: Fix followups after hitting iteration limit
4+
- **Bug Fix** Amazon Q Code Transformation: remove Transform button from side panel, use /transform in chat now
5+
- **Bug Fix** Amazon Q Code Transformation: allow "Start a new transformation" button in chat to work after job fails
6+
17
## 2.17.0 2024-03-28
28

39
- **Bug Fix** CodeWhisperer: Infinite loop of logging if users' editor focus is on OUTPUT tab

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit - Amazon Q, CodeWhisperer, and more",
44
"description": "Including Amazon Q, CodeWhisperer, CodeCatalyst, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services",
5-
"version": "2.18.0-SNAPSHOT",
5+
"version": "2.18.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)