Skip to content

Commit 6bf272b

Browse files
committed
v3.7.5
Signed-off-by: paulober <[email protected]>
1 parent a46f920 commit 6bf272b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

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

1111
---
1212

13+
## [3.7.5] - 2024-02-22
14+
15+
### Changed
16+
- Upgraded to `pyboard-serial-com` `v3.0.7`,
17+
- Updated dependencies
18+
- Fixed #202, Switch stubs Windows shell error
19+
- Fixed #193, Notifications cleanup
20+
- Min VS Code version is now `v1.86.2`
21+
- Updated stubs to MicroPython v1.22.1 stable (Thanks to @Josverl [`micropython-rp2-rpi_pico_w-stubs`](https://github.com/Josverl/micropython-stubs/releases/tag/v1.22.0))
22+
1323
## [3.7.4] - 2024-01-23
1424

1525
# 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": "MicroPico",
44
"description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico (W) with MicroPython firmware.",
5-
"version": "3.7.4-1",
5+
"version": "3.7.5",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",

0 commit comments

Comments
 (0)