From 1f0ad107e77a4a430b490e54eaff49f53b569b20 Mon Sep 17 00:00:00 2001 From: William Vinnicombe Date: Tue, 17 Sep 2024 19:07:51 +0100 Subject: [PATCH] Beta release 0.16.2 Signed-off-by: William Vinnicombe --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4206146..c101401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Release 1 +## [0.16.2] - 2024-09-17 + +### Added +- MicroPico integration, for creating MicroPython projects (#85) + +### Fixed +- Pico Wireless Options passing to the project generator +- Update to pico-sdk-tools v2.0.0-4 to remove requirement on libgpiod on non-arm64 Linux (#84) + ## [0.16.1] - 2024-09-13 ### Added diff --git a/package.json b/package.json index 9b4a28e..64aa58b 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.1", + "version": "0.16.2", "author": "paulober", "publisher": "raspberry-pi", "icon": "./images/extension-icon.png",