Skip to content

Commit 14d2bb8

Browse files
committed
version bumps and changelog
Signed-off-by: Jens Reinecke <jens.reinecke@arm.com>
1 parent 570c81a commit 14d2bb8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Change Log
22

3-
## Unreleased
3+
## 0.4.0
44

55
- Removes pseudo debugger types `cmsis-debug-pyocd` and `cmsis-debug-jlink`.
66
CMSIS debug launch configurations and tasks are managed by
77
[Arm CMSIS Solution extension](https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution)
88
since v1.54.0.
99
If you need to manually set up a `gdbtarget` connection, then refer to
1010
[CDT GDB Adapter extension](https://marketplace.visualstudio.com/items?itemName=eclipse-cdt.cdt-gdb-vscode).
11+
- Updates [documentation](https://open-cmsis-pack.github.io/vscode-cmsis-debugger/).
12+
- Updates included pyOCD distribution to v0.37.0.
1113

1214
## 0.3.1
1315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-cmsis-debugger",
33
"displayName": "Arm CMSIS Debugger",
44
"description": "Run and debug embedded and IoT projects on Arm Cortex-M single or multi core devices. Connects via pyOCD to CMSIS-DAP or other GDB servers.",
5-
"version": "0.3.1",
5+
"version": "0.4.0",
66
"preview": true,
77
"publisher": "Arm",
88
"author": "Jens Reinecke <jens.reinecke@arm.com>",

0 commit comments

Comments
 (0)