Skip to content

Commit 6e05c3d

Browse files
author
aws-toolkit-automation
committed
Release 2.15.0
1 parent ef7639c commit 6e05c3d

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.changes/2.15.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2024-03-14",
3+
"version": "2.15.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CodeWhisperer: Include copied code in percentage code written metrics"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q: Fixed prompt input submit with enter if IME enabled [#4125](https://github.com/aws/aws-toolkit-vscode/issues/4125), requires shift+enter while IME enabled"
12+
}
13+
]
14+
}

.changes/next-release/Bug Fix-0ac3c863-5f66-450b-a0f5-f1f43a07ec76.json

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

.changes/next-release/Bug Fix-b28584d3-e664-4851-9d25-0949db6ca0ac.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.15.0 2024-03-14
2+
3+
- **Bug Fix** CodeWhisperer: Include copied code in percentage code written metrics
4+
- **Bug Fix** Amazon Q: Fixed prompt input submit with enter if IME enabled [#4125](https://github.com/aws/aws-toolkit-vscode/issues/4125), requires shift+enter while IME enabled
5+
16
## 2.14.0 2024-03-08
27

38
- **Feature** Amazon Q Feature Dev (/dev): Ask Q to generate code based on the suggested plan

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.15.0-SNAPSHOT",
5+
"version": "2.15.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)