Skip to content

Commit 18374c2

Browse files
committed
Beta 12 (RC 2)
Signed-off-by: William Vinnicombe <[email protected]>
1 parent fc8b3f0 commit 18374c2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88

99
- Release 1
1010

11+
## [0.12.1] - 2024-03-26
12+
13+
### Changed
14+
15+
- Fixed support for Raspberry Pi SWD debugging
16+
- Migrated to new github repository
17+
- Fix some minor issues in the README (@nathan-contino)
18+
1119
## [0.12.0] - 2024-03-18
1220

1321
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
This is the official Visual Studio Code extension for Raspberry Pi Pico development. It provides a set of tools to help you get started with development for the Pico boards using Visual Studio Code and the official [Pico SDK](https://github.com/raspberrypi/pico-sdk).
66

7-
[Download latest Beta RC 📀](https://github.com/paulober/vscode-raspberry-pi-pico/releases)
7+
[Download latest Beta RC 📀](https://github.com/raspberrypi/pico-vscode/releases)
88

99
## Features
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "raspberry-pi-pico",
33
"displayName": "Raspberry Pi Pico",
44
"description": "The official VS Code extension for Raspberry Pi Pico development. It includeds serveral features to simplify project creation and deployment. (Single folder workspaces only)",
5-
"version": "0.12.0",
5+
"version": "0.12.1",
66
"author": "paulober",
77
"publisher": "raspberry-pi",
88
"icon": "./images/extension-icon.png",

0 commit comments

Comments
 (0)