Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jul 30, 2020
1 parent 30f8af8 commit eb0db2e
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 14 deletions.
18 changes: 18 additions & 0 deletions .changes/1.12.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"date": "2020-07-30",
"version": "1.12.0",
"entries": [
{
"type": "Feature",
"description": "A new experience for locally Running/Debugging Lambdas with SAM that uses VS Code launch configurations (PR #1215)"
},
{
"type": "Feature",
"description": "SAM Apps that are in SAM Templates are now run/debugged through the Run panel via `aws-sam` Launch Configurations."
},
{
"type": "Feature",
"description": "Add S3 integration to allow users to create buckets, list buckets, list files and folders, upload files, download files, delete files, delete buckets, and more!"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.12.0 2020-07-30

- **Feature** A new experience for locally Running/Debugging Lambdas with SAM that uses VS Code launch configurations (PR #1215)
- **Feature** SAM Apps that are in SAM Templates are now run/debugged through the Run panel via `aws-sam` Launch Configurations.
- **Feature** Add S3 integration to allow users to create buckets, list buckets, list files and folders, upload files, download files, delete files, delete buckets, and more!

## 1.11.0 2020-07-18

- **Breaking Change** Bumped minimum (inclusive) supported SAM CLI version from 0.38.0 to 0.47.0.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "An extension for working with Amazon Web Services",
"version": "1.12.0-SNAPSHOT",
"version": "1.12.0",
"publisher": "amazonwebservices",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit eb0db2e

Please sign in to comment.