Skip to content

Commit d892427

Browse files
committed
Beta release 0.15.2
Signed-off-by: William Vinnicombe <[email protected]>
1 parent afbf40a commit d892427

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

99
- Release 1
1010

11+
## [0.15.2] - 2024-08-23
12+
13+
### Added
14+
- Switch board command, for simple switching between boards
15+
16+
### Fixed
17+
- Fix download issues by switching to new library (#47)
18+
- Fix switching SDK versions with unsupported PICO_BOARD (#36)
19+
- Fix moved force include (#30)
20+
21+
### Changed
22+
- Use a common pico-vscode.cmake include file, and change the DO NEVER EDIT section (#41)
23+
- Replace project location placeholders with platform dependent hints (#44)
24+
1125
## [0.15.1] - 2024-08-09
1226

1327
### Fixed

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.15.1",
5+
"version": "0.15.2",
66
"author": "paulober",
77
"publisher": "raspberry-pi",
88
"icon": "./images/extension-icon.png",

0 commit comments

Comments
 (0)