Changelog

# ChangeLog

## v0.2.2 - 2025-06-27

### Enhancements:

* feat(log): add CXX log trace guard and ESP-IDF log implementation
* feat(check): add value check macros
* feat(repo): add thread module, support configure thread
* feat(repo): add more module, support some guard classes
* feat(cmake): remove CXX compile options

## v0.2.1 - 2025-05-30

### Enhancements:

* feat(memory): add C++ global memory allocation
* feat(repo): support compile on PC

## v0.2.0 - 2025-02-07

### Enhancements:

* feat(log): disable CXX-related implementations

## v0.1.2 - 2025-01-23

### Enhancements:

* feat(memory): add print memory info
* feat(log & memory): split helper functions and macros

## v0.1.1

### Enhancements:

* feat(repo): update config header and Kconfig files

## v0.1.0

### Enhancements:

* feat(repo): initialize with modules 'check', 'log' and 'utils'