Changelog

for the component esp-qa/utils v0.3.0
## v0.3.0 (2026-08-04)

### BREAKING CHANGE

- protocol log API moved to qa_utils_log.h. QA_TEST_LOG_RES
now takes (mod, status) strings; QA_TEST_CMD_DONE/QA_TEST_ERROR removed
in favor of QA_TEST_DONE/QA_TEST_EW; qa_utils_log_writev and related
call-site format contracts changed.

### Feat

- add protocol log macros and host output checks

### Fix

- compatible with newlib nano format

## v0.2.1 (2026-02-27)

### Fix

- exception caused by NULL log tag in idf version <=5.3

## v0.2.0 (2025-12-24)

### Feat

- add mem info on malloc fail
- add function qa_utils_safe_print_data

## v0.1.1 (2025-10-27)

### Fix

- build error from cmake file

## v0.1.0 (2025-07-14)

### Feat

- init add source files