Skip to content

Commit e41195e

Browse files
committed
preparing for 0.0.10
1 parent 7cf4679 commit e41195e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.0.10 - Aug 30, 2025
4+
5+
- PR#61: FreeRTOS: Show vQueueAddToRegistry() hint only for empty queues
6+
- PR#68: Read stackTop from FreeRTOS MPU context block. This is a major contribution by @malsyned (thanks).
7+
38
## 0.0.10-pre2 - Apr 12, 2025
49

510
- PR#44: Add support for SMP on FreeRTOS

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.9-pre2",
5+
"version": "0.0.10",
66
"publisher": "mcu-debug",
77
"preview": true,
88
"repository": {

0 commit comments

Comments
 (0)