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",