Skip to content

Commit 757c03a

Browse files
Update changelog, bump version number
1 parent b21245c commit 757c03a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

components/utilities/log_router/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@
33
## v0.1.0 - 2025-7-1
44

55
First release version.
6+
7+
## v0.1.1 - 2025-08-25
8+
9+
### Bug fix ###
10+
11+
* Do not enter critical section until the mutex is taken.
12+
* Return ESP_ERR_NO_MEM if creating the mutex fails.

components/utilities/log_router/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.1.0"
1+
version: "0.1.1"
22
description: LogRouter redirects and filters ESP logs to various storage media
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/utilities/log_router
44
repository: https://github.com/espressif/esp-iot-solution.git

0 commit comments

Comments
 (0)