Skip to content

Commit fbd7c64

Browse files
author
aws-toolkit-automation
committed
Release 1.49.0
1 parent 6969c9e commit fbd7c64

7 files changed

+26
-14
lines changed

.changes/1.49.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2022-08-29",
3+
"version": "1.49.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CodeWhisperer adds redundant closing brackets/parens/braces"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Don't open webviews in a split window (except SAM debug configuration editor)."
12+
},
13+
{
14+
"type": "Removal",
15+
"description": "Python 3.6 is no longer supported"
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-93efc27f-0a32-4960-be8f-7bed2ab33dfa.json

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

.changes/next-release/Feature-e0af2ed8-0de5-43b4-9184-e790005eb701.json

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

.changes/next-release/Removal-07529926-660f-4016-8115-09d978c915c1.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+
## 1.49.0 2022-08-29
2+
3+
- **Bug Fix** CodeWhisperer adds redundant closing brackets/parens/braces
4+
- **Feature** Don't open webviews in a split window (except SAM debug configuration editor).
5+
- **Removal** Python 3.6 is no longer supported
6+
17
## 1.48.0 2022-08-15
28

39
- **Bug Fix** "API proposal" error on vscode 1.63 or older

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.

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",
44
"description": "Amazon Web Services toolkit for browsing and updating cloud resources",
5-
"version": "1.49.0-SNAPSHOT",
5+
"version": "1.49.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)