From dbe614dcfad99ef68c7c63e2d7c3a1991f74fc2c Mon Sep 17 00:00:00 2001 From: Haneef Mohammed Date: Tue, 10 Jan 2023 11:59:52 -0800 Subject: [PATCH] 0.0.3 --- CHANGELOG.md | 8 +++----- package.json | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c54c9..f120cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +Bug fix: [PR#11: Fix issue with not showing uC/OS-II thread names](https://github.com/mcu-debug/rtos-views/pull/11) diff --git a/package.json b/package.json index c2e9e1c..65a3441 100644 --- a/package.json +++ b/package.json @@ -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": {