# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). ## [Unreleased] ## [0.2.0] - 2023-04-26 ### Added - Make the crate `no_std` compatible. ## [0.1.1] - 2023-04-26 ### Added - Improved documentation of the macros `compose_expr!` and `compose_fn!`. ## [0.1.0] - 2023-04-26 ### Added - Initial implementation of the macro `compose_expr!`. - Initial implementation of the macro `compose_fn!`. [Unreleased]: https://github.com/FedericoStra/composing/compare/v0.2.0...HEAD [0.2.0]: https://github.com/FedericoStra/composing/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/FedericoStra/composing/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/FedericoStra/composing/releases/tag/v0.1.0