Skip to content

Commit 65f2a1f

Browse files
committed
Beta 13 (RC 2)
Signed-off-by: William Vinnicombe <[email protected]>
1 parent 9bdfd78 commit 65f2a1f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88

99
- Release 1
1010

11+
## [0.13.1] - 2024-05-08
12+
13+
### Fixed
14+
15+
- Fix concurrency with Compile Project task (#14)
16+
- Fix Flash task bugs (#13)
17+
- Fix PICO_TOOLCHAIN_PATH in Windows integrated terminal
18+
1119
## [0.13.0] - 2024-04-22
1220

1321
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "raspberry-pi-pico",
33
"displayName": "Raspberry Pi Pico",
44
"description": "The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment. (Single folder workspaces only)",
5-
"version": "0.13.0",
5+
"version": "0.13.1",
66
"author": "paulober",
77
"publisher": "raspberry-pi",
88
"icon": "./images/extension-icon.png",

0 commit comments

Comments
 (0)