From 66bc14483c8e0daeca08b94b759fe34d8a1ea1a5 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Thu, 18 Jun 2020 14:59:17 -0400 Subject: [PATCH] Update version and changelog for 1.3.1 (#2078) --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 747fd8abbb..c07714c265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.1 - 18 June 2020 +### Fixed +* Python debugging fails with message "Unable to find the debugger in the Python extension" due to new debugger location. [#2080](https://github.com/microsoft/vscode-docker/issues/2080) + ## 1.3.0 - 15 June 2020 ### Added * .NET Core attach support added for Windows containers. [#1662](https://github.com/microsoft/vscode-docker/issues/1662) diff --git a/package-lock.json b/package-lock.json index 9a827a272f..48b9bf0265 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-docker", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42d55e5a2e..40e1c73322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-docker", - "version": "1.3.0", + "version": "1.3.1", "publisher": "ms-azuretools", "displayName": "Docker", "description": "Makes it easy to create, manage, and debug containerized applications.",