From a45a9124d7dd648b0cad9580bd222d89f3426f39 Mon Sep 17 00:00:00 2001 From: paulober <44974737+paulober@users.noreply.github.com> Date: Mon, 5 Sep 2022 22:58:29 +0200 Subject: [PATCH] v2.0.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ea4ce..46bb5f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ All notable changes to the "pico-w-go" extension will be documented in this file - Updated stub - Remove telnet and unix socket interfaces as they are never used and unable to connect to any plain MicroPython Raspberry Pi Pico (W) board +## [2.0.3] - 2022-09-05 +### Changed +- Fixed linting of builtin python features. + ## [2.0.0] - 2022-09-04 ### Known issues - Sometimes if you were already connected to a board which has not been unpluged since than and you restart VS Code autoconnect does not go into REPL mode correctly diff --git a/package.json b/package.json index 8f24e9d..eea5491 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pico-w-go", "displayName": "Pico-W-Go", "description": "Autocompletion and a REPL console for the Raspberry Pi Pico (W).", - "version": "2.0.2", + "version": "2.0.3", "publisher": "paulober", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",