diff --git a/CHANGELOG.md b/CHANGELOG.md index 2edee7c..4206146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Release 1 +## [0.16.1] - 2024-09-13 + +### Added +- getPicotoolPath command to download picotool and return the path + +### Fixed +- Python, Ninja and CMake mode selector +- f-string expression contained a backslash, preventing project creation on Linux (#82) +- Downloads on Raspberry Pi 4 - two download backends now available: Got on Linux Arm64, and Undici on other platforms + ## [0.16.0] - 2024-09-11 ### Added diff --git a/package.json b/package.json index a0847ce..bfbe05a 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.16.0", + "version": "0.16.1", "author": "paulober", "publisher": "raspberry-pi", "icon": "./images/extension-icon.png",