Changelog

# ChangeLog

## v1.0.0 - 2023-07-27

### Enhancements:

* Supports both Arduino-ESP32 and ESP-IDF SDKs.
* Support for various IO expander chips.
* Support to control individual IO in the same way as Arduino
* Support to control multiple IOs at the same time.

## v1.0.1 - 2023-07-28

### Fixed:

* Modify title of output log in test_apps
* Add comments for APIs

### Enhancements:

* Add `getHandle()` API
* Update CI for building `test_apps`
* Update CI for `pre-commit`

## v1.0.2 - 2023-08-10

### Fixed:

* Use namespace for `CheckResult`

### Enhancements:

* Upload into Espressif Registry

## v1.1.0 - 2023-08-14

### Fixed:

* Change library name to `ESP32_IO_Expander`