From 65f2a1f177bff107333d68aea32a3bda5faa4c4f Mon Sep 17 00:00:00 2001 From: William Vinnicombe Date: Wed, 8 May 2024 10:00:34 +0100 Subject: [PATCH] Beta 13 (RC 2) Signed-off-by: William Vinnicombe --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ba134..d4b8d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Release 1 +## [0.13.1] - 2024-05-08 + +### Fixed + +- Fix concurrency with Compile Project task (#14) +- Fix Flash task bugs (#13) +- Fix PICO_TOOLCHAIN_PATH in Windows integrated terminal + ## [0.13.0] - 2024-04-22 ### Added diff --git a/package.json b/package.json index 46e25ec..763d80a 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.13.0", + "version": "0.13.1", "author": "paulober", "publisher": "raspberry-pi", "icon": "./images/extension-icon.png",