Skip to content

Commit dbe614d

Browse files
committed
0.0.3
1 parent e4f07bc commit dbe614d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Change Log
22

3-
All notable changes to the "rtos-views" extension will be documented in this file.
3+
## 0.0.3 - Jan 10, 2023
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
Bug fix: [PR#12: Fix bug when OS_TASK_CREATE_EXT_EN is enabled, but code is using OSTaskCreate()](https://github.com/mcu-debug/rtos-views/pull/12)
66

7-
## [Unreleased]
8-
9-
- Initial release
7+
Bug fix: [PR#11: Fix issue with not showing uC/OS-II thread names](https://github.com/mcu-debug/rtos-views/pull/11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rtos-views",
33
"displayName": "RTOS Views",
44
"description": "RTOS views for microcontrollers",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"publisher": "mcu-debug",
77
"preview": true,
88
"repository": {

0 commit comments

Comments
 (0)