Skip to content

Commit

Permalink
Beta release 0.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: William Vinnicombe <[email protected]>
  • Loading branch information
will-v-pi committed Aug 23, 2024
1 parent afbf40a commit d892427
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Release 1

## [0.15.2] - 2024-08-23

### Added
- Switch board command, for simple switching between boards

### Fixed
- Fix download issues by switching to new library (#47)
- Fix switching SDK versions with unsupported PICO_BOARD (#36)
- Fix moved force include (#30)

### Changed
- Use a common pico-vscode.cmake include file, and change the DO NEVER EDIT section (#41)
- Replace project location placeholders with platform dependent hints (#44)

## [0.15.1] - 2024-08-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "raspberry-pi-pico",
"displayName": "Raspberry Pi Pico",
"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)",
"version": "0.15.1",
"version": "0.15.2",
"author": "paulober",
"publisher": "raspberry-pi",
"icon": "./images/extension-icon.png",
Expand Down

0 comments on commit d892427

Please sign in to comment.