diff --git a/CHANGELOG.md b/CHANGELOG.md index 77abe9f..cd7b95c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 8f62ddc..1d71012 100644 --- a/package.json +++ b/package.json @@ -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",