From b44b4aa34ec8b07727188196671f1a195f741a44 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 18 Oct 2018 11:38:22 -0700 Subject: [PATCH] Make a 2018.9.1 release --- CHANGELOG.md | 17 +++++++++++++++++ news/2 Fixes/2732.md | 1 - news/2 Fixes/2827.md | 1 - news/2 Fixes/2857.md | 1 - news/3 Code Health/2874.md | 1 - package-lock.json | 2 +- package.json | 2 +- 7 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 news/2 Fixes/2732.md delete mode 100644 news/2 Fixes/2827.md delete mode 100644 news/2 Fixes/2857.md delete mode 100644 news/3 Code Health/2874.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c02b1182985e..97926f3c62bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 2018.9.1 (18 Oct 2018) + +### Fixes + +1. Disable activation of conda environments in PowerShell. + ([#2732](https://github.com/Microsoft/vscode-python/issues/2732)) +1. Add logging along with some some improvements to the load times of the extension. + ([#2827](https://github.com/Microsoft/vscode-python/issues/2827)) +1. Stop `normalizationForInterpreter.py` script from returning CRCRLF line-endings. + ([#2857](https://github.com/Microsoft/vscode-python/issues/2857)) + +### Code Health + +1. Add ability to publish extension builds from `release` branches into the blob store. + ([#2874](https://github.com/Microsoft/vscode-python/issues/2874)) + + ## 2018.9.0 (9 Oct 2018) ### Thanks diff --git a/news/2 Fixes/2732.md b/news/2 Fixes/2732.md deleted file mode 100644 index d3c96b186de4..000000000000 --- a/news/2 Fixes/2732.md +++ /dev/null @@ -1 +0,0 @@ -Disable activation of conda environments in PowerShell. diff --git a/news/2 Fixes/2827.md b/news/2 Fixes/2827.md deleted file mode 100644 index 83fdf9e5d31f..000000000000 --- a/news/2 Fixes/2827.md +++ /dev/null @@ -1 +0,0 @@ -Add logging along with some some improvements to the load times of the extension. diff --git a/news/2 Fixes/2857.md b/news/2 Fixes/2857.md deleted file mode 100644 index 413f65ba1966..000000000000 --- a/news/2 Fixes/2857.md +++ /dev/null @@ -1 +0,0 @@ -Stop `normalizationForInterpreter.py` script from returning CRCRLF line-endings. \ No newline at end of file diff --git a/news/3 Code Health/2874.md b/news/3 Code Health/2874.md deleted file mode 100644 index de28ee02b76e..000000000000 --- a/news/3 Code Health/2874.md +++ /dev/null @@ -1 +0,0 @@ -Add ability to publish extension builds from `release` branches into the blob store. diff --git a/package-lock.json b/package-lock.json index bb15c08f94cf..38dc04f6fcc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python", - "version": "2018.9.0", + "version": "2018.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f57668006566..107671e525ef 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.", - "version": "2018.9.0", + "version": "2018.9.1", "publisher": "ms-python", "author": { "name": "Microsoft Corporation"