Skip to content

Commit 9813026

Browse files
committed
v3.0.6
1 parent c3546a6 commit 9813026

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ All notable changes to the "pico-w-go" extension will be documented in this file
1111

1212
---
1313

14+
## [3.0.6] - 2023-04-26
15+
16+
# Changed
17+
- `pyserial` is now auto-installed as requirement on start. If the installation/detection fails, the extension give feedback to the user.
18+
1419
## [3.0.5] - 2023-04-18
1520

1621
# Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pico-w-go",
33
"displayName": "Pico-W-Go",
44
"description": "Autocompletion, remote Workspace and a REPL console for the Raspberry Pi Pico (W).",
5-
"version": "3.0.5",
5+
"version": "3.0.6",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",

0 commit comments

Comments
 (0)