# Changelog
All notable changes to this project will be documented in this file.
See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
---
## [Unreleased]
## Version [0.3.0](https://github.com/johnstonskj/rust-flat-error/compare/0.2.0..0.3.0) - 2025-12-03
### Features
- add `FlatError::new` - ([a091406](https://github.com/johnstonskj/rust-flat-error/commit/a0914069b5a8c5f3dd0d9c6a6f9e18c27477cfd8)) - Simon Johnston
## Version [0.2.0](https://github.com/johnstonskj/rust-flat-error/compare/0.1.0..0.2.0) - 2025-10-21
### Bug Fixes
- remove unknown features from rust ci - ([de474a3](https://github.com/johnstonskj/rust-flat-error/commit/de474a3a6644b336b961d1bc6719972c140a3bff)) - Simon Johnston
- release-plz config error - ([95c3a74](https://github.com/johnstonskj/rust-flat-error/commit/95c3a740926128b346fc8f945569f29f05bc7243)) - Simon Johnston
- add default permissions to all workflows - ([208aadb](https://github.com/johnstonskj/rust-flat-error/commit/208aadbcf44e451683877cd8aed52f16b063e822)) - Simon Johnston
### Documentation
- updated change log - ([0d7ae8d](https://github.com/johnstonskj/rust-flat-error/commit/0d7ae8db32d9e75cad73e4ff5e9200fb6739a48a)) - Simon Johnston
- updated change log - ([31a5dad](https://github.com/johnstonskj/rust-flat-error/commit/31a5dad3c06e7cb33d76ff5ce4a81d341d0b1a8f)) - Simon Johnston
- added description/examples to readme - ([f1bae1d](https://github.com/johnstonskj/rust-flat-error/commit/f1bae1d36159388ed6f9c26e6518384596448c89)) - Simon Johnston
### Features
- changelog automation - ([da1799a](https://github.com/johnstonskj/rust-flat-error/commit/da1799acf8b967292943f027a78adb7331718687)) - Simon Johnston
### Miscellaneous Chores
- add release-plz config - ([467afca](https://github.com/johnstonskj/rust-flat-error/commit/467afcad5fde811aa59642bf0cd84de8e0ff2d03)) - Simon Johnston
### Build
- **(ci)** add release-plz - ([9be555a](https://github.com/johnstonskj/rust-flat-error/commit/9be555ad5e2bb9f596c7a118dd3da1a6abb86265)) - Simon Johnston
- disable wasm/no_std tests for now - ([5890c1e](https://github.com/johnstonskj/rust-flat-error/commit/5890c1eb65893c055b398393240c07024745110f)) - Simon Johnston
### Bug Fixes
- remove unknown features from rust ci - ([de474a3](https://github.com/johnstonskj/rust-flat-error/commit/de474a3a6644b336b961d1bc6719972c140a3bff)) - Simon Johnston
### Documentation
- updated change log - ([0d7ae8d](https://github.com/johnstonskj/rust-flat-error/commit/0d7ae8db32d9e75cad73e4ff5e9200fb6739a48a)) - Simon Johnston
- updated change log - ([31a5dad](https://github.com/johnstonskj/rust-flat-error/commit/31a5dad3c06e7cb33d76ff5ce4a81d341d0b1a8f)) - Simon Johnston
- added description/examples to readme - ([f1bae1d](https://github.com/johnstonskj/rust-flat-error/commit/f1bae1d36159388ed6f9c26e6518384596448c89)) - Simon Johnston
### Features
- changelog automation - ([da1799a](https://github.com/johnstonskj/rust-flat-error/commit/da1799acf8b967292943f027a78adb7331718687)) - Simon Johnston
### Build
- **(ci)** add release-plz - ([9be555a](https://github.com/johnstonskj/rust-flat-error/commit/9be555ad5e2bb9f596c7a118dd3da1a6abb86265)) - Simon Johnston
- disable wasm/no_std tests for now - ([849d5c2](https://github.com/johnstonskj/rust-flat-error/commit/849d5c263441078a8b42bdb3234be5887109b711)) - Simon Johnston
---
## Version [0.1.0] - 2025-10-21
### Features
- initial commit - ([d0017f8](https://github.com/johnstonskj/rust-flat-error/commit/d0017f847546833eff4b9924e1ab1bacd23d804e)) - Simon Johnston
### Style
- fmt and clippy - ([34c1a2d](https://github.com/johnstonskj/rust-flat-error/commit/34c1a2dffb470582ce61b30caeb5cd8d4344e60b)) - Simon Johnston