Skip to content

Commit 70e7b74

Browse files
committed
Beta release 0.18.1
Signed-off-by: William Vinnicombe <[email protected]>
1 parent 096537e commit 70e7b74

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

99
- Release 1
1010

11+
## [0.18.1] - 2025-10-03
12+
13+
### Fixed
14+
- Fix copying examples config files (#198)
15+
- Fix board name parsing with . in name (#201)
16+
- Fix updating picotool version when switching SDK (#206)
17+
- Correctly truncate CMakeLists.txt file when importing (#207)
18+
- Update to pico-sdk-tools release v2.2.0-2 which fixes some shared library issues (#203)
19+
- Improve Git version parsing (#205)
20+
- Add modifiers to version bundles to fix Arm toolchain version on Intel MacOS (#137)
21+
1122
## [0.18.0] - 2025-08-04
1223

1324
### Added

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 includes several features to simplify project creation and deployment. (Single folder workspaces only)",
5-
"version": "0.18.0",
5+
"version": "0.18.1",
66
"author": "paulober",
77
"publisher": "raspberry-pi",
88
"icon": "./images/extension-icon.png",

0 commit comments

Comments
 (0)