From b32c19ac288a54b8967e4fc0b001f71c7034ecbb Mon Sep 17 00:00:00 2001 From: "Stephen Weatherford (MSFT)" Date: Thu, 20 Sep 2018 12:01:18 -0700 Subject: [PATCH] Prepare for 0.3.0 update (#495) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd6ad9eda..a97d8faa6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.3.0 - 21 September 2018 + +### Added + +* Add Docker Files to Workspace + - Support multiple versions of .NET Core (ASP .NET and Console apps) + +### Fixed +* Some private registries returning 404 error [#471](https://github.com/Microsoft/vscode-docker/issues/471) +* You shouldn't have to reload vscode in order for changes to docker.attachShellCommand.{linux,windows}Container to take effect [#463](https://github.com/microsoft/vscode-docker/issues/463) +* Engineering improvements (lint, tests, work toward strict null checking, etc.) + ## 0.2.0 - 5 September 2018 ### Added diff --git a/package.json b/package.json index 49a556c5a2..16e36630af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-docker", - "version": "0.2.1-alpha", + "version": "0.3.0", "publisher": "PeterJausovec", "displayName": "Docker", "description": "Adds syntax highlighting, commands, hover tips, and linting for Dockerfile and docker-compose files.",