Skip to content

Commit a09ddad

Browse files
committed
v3.0.3
1 parent 35fb45f commit a09ddad

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

1111
---
1212

13+
## [3.0.3] - 2023-04-13
14+
15+
# Changed
16+
- `rebootAfterUpload` default value to `false`
17+
- Better error handling and more detailed error messages for
18+
- Upgraded to pyboard-serial-com v1.4.23
19+
1320
## [3.0.2] - 2023-04-11
1421

1522
# Added

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.2",
5+
"version": "3.0.3",
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)