From eb0db2e64cb5dfd2bebcde784b10afe84480571c Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Thu, 30 Jul 2020 19:36:58 +0000 Subject: [PATCH] Release 1.12.0 --- .changes/1.12.0.json | 18 ++++++++++++++++++ ...e-61ff1bf0-e985-4314-968e-8d3fc6be2e95.json | 4 ---- ...e-6bcce33e-068a-49e6-b737-34bd723f876f.json | 4 ---- ...e-79e88251-4eb0-4e63-96e6-aec3a55214aa.json | 4 ---- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 7 files changed, 26 insertions(+), 14 deletions(-) create mode 100644 .changes/1.12.0.json delete mode 100644 .changes/next-release/Feature-61ff1bf0-e985-4314-968e-8d3fc6be2e95.json delete mode 100644 .changes/next-release/Feature-6bcce33e-068a-49e6-b737-34bd723f876f.json delete mode 100644 .changes/next-release/Feature-79e88251-4eb0-4e63-96e6-aec3a55214aa.json diff --git a/.changes/1.12.0.json b/.changes/1.12.0.json new file mode 100644 index 00000000000..a8338e3b6ee --- /dev/null +++ b/.changes/1.12.0.json @@ -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!" + } + ] +} \ No newline at end of file diff --git a/.changes/next-release/Feature-61ff1bf0-e985-4314-968e-8d3fc6be2e95.json b/.changes/next-release/Feature-61ff1bf0-e985-4314-968e-8d3fc6be2e95.json deleted file mode 100644 index 5c3a41406a3..00000000000 --- a/.changes/next-release/Feature-61ff1bf0-e985-4314-968e-8d3fc6be2e95.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "A new experience for locally Running/Debugging Lambdas with SAM that uses VS Code launch configurations (PR #1215)" -} diff --git a/.changes/next-release/Feature-6bcce33e-068a-49e6-b737-34bd723f876f.json b/.changes/next-release/Feature-6bcce33e-068a-49e6-b737-34bd723f876f.json deleted file mode 100644 index 937269a0f8b..00000000000 --- a/.changes/next-release/Feature-6bcce33e-068a-49e6-b737-34bd723f876f.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "SAM Apps that are in SAM Templates are now run/debugged through the Run panel via `aws-sam` Launch Configurations." -} diff --git a/.changes/next-release/Feature-79e88251-4eb0-4e63-96e6-aec3a55214aa.json b/.changes/next-release/Feature-79e88251-4eb0-4e63-96e6-aec3a55214aa.json deleted file mode 100644 index 8599e441b1b..00000000000 --- a/.changes/next-release/Feature-79e88251-4eb0-4e63-96e6-aec3a55214aa.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "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!" -} diff --git a/CHANGELOG.md b/CHANGELOG.md index c7054fee94b..9f9b98bc1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 17f69349c3a..56291540d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-toolkit-vscode", - "version": "1.12.0-SNAPSHOT", + "version": "1.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0429c269910..0ef3ba7df28 100644 --- a/package.json +++ b/package.json @@ -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": {