Skip to content

Commit 54ec080

Browse files
committed
Beta release 0.15.1
Signed-off-by: William Vinnicombe <[email protected]>
1 parent 861ad8e commit 54ec080

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Package Extension
2727
run: |
2828
yarn lint
29-
vsce package --pre-release
29+
vsce package
3030
- name: Test PAT
3131
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }}
3232
env:
@@ -48,4 +48,4 @@ jobs:
4848
env:
4949
VSCE_PAT: ${{ secrets.VSCODE_MARKETPLACE_PAT }}
5050
run: |
51-
vsce publish --pre-release -i raspberry-pi-pico-*.vsix
51+
vsce publish -i raspberry-pi-pico-*.vsix

CHANGELOG.md

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

99
- Release 1
1010

11+
## [0.15.1] - 2024-08-09
12+
13+
### Fixed
14+
- Fix project compilation after moving build directory (#29)
15+
- Fix issues with debugging with spaces in the path
16+
- Fix pioasm path
17+
18+
### Changed
19+
- No longer packaged as pre-release, to remove additional prompt when installing the extension
20+
1121
## [0.15.0] - 2024-08-08
1222

1323
### 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.15.0",
5+
"version": "0.15.1",
66
"author": "paulober",
77
"publisher": "raspberry-pi",
88
"icon": "./images/extension-icon.png",

0 commit comments

Comments
 (0)