Skip to content

Commit

Permalink
Beta release 0.16.2
Browse files Browse the repository at this point in the history
Signed-off-by: William Vinnicombe <[email protected]>
  • Loading branch information
will-v-pi committed Sep 17, 2024
1 parent 0930490 commit 1f0ad10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1f0ad10

Please sign in to comment.