Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulober committed Sep 5, 2022
1 parent ec6fad8 commit a45a912
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a45a912

Please sign in to comment.