Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haneefdm committed Jan 10, 2023
1 parent e4f07bc commit dbe614d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Change Log

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

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
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)

## [Unreleased]

- Initial release
Bug fix: [PR#11: Fix issue with not showing uC/OS-II thread names](https://github.com/mcu-debug/rtos-views/pull/11)
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": "rtos-views",
"displayName": "RTOS Views",
"description": "RTOS views for microcontrollers",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "mcu-debug",
"preview": true,
"repository": {
Expand Down

1 comment on commit dbe614d

@PhilippHaefele
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haneefdm Thanks 👍

Please sign in to comment.