# Changelog All notable changes to this project will be documented in this file. ## [0.3.0] - 2024-06-19 ### ๐Ÿš€ Features - [**breaking**] Implement the `split` feature for L293 chip ([#19](https://github.com/hansingt/l293x/issues/19)) ### ๐Ÿงช Testing - Run pre-commit hooks in CI ([#17](https://github.com/hansingt/l293x/issues/17)) ### โš™๏ธ Miscellaneous Tasks - Update changelog links ## [0.2.0] - 2024-06-14 ### ๐Ÿš€ Features - [**breaking**] Avoid the `alloc` component ([#10](https://github.com/hansingt/l293x/issues/10)) ### โš™๏ธ Miscellaneous Tasks - Add homepage field to Cargo.toml - Update the changelog template ## [0.1.2] - 2024-06-13 ### ๐Ÿ› Bug Fixes - Define Rust 1.60 as MSRV ([#6](https://github.com/hansingt/l293x/issues/6)) - Remove H-Bridge from features in README ([#2](https://github.com/hansingt/l293x/issues/2)) ### ๐Ÿ“š Documentation - Improve the badges ([#7](https://github.com/hansingt/l293x/issues/7)) ### โš™๏ธ Miscellaneous Tasks - Use basic changelog template ([#13](https://github.com/hansingt/l293x/issues/13)) - Update changelog template - Add git-cliff for automatic changelog generation ([#9](https://github.com/hansingt/l293x/issues/9)) ## [0.1.1] - 2024-06-13 ### ๐Ÿ“š Documentation - Fixed typos ### โš™๏ธ Miscellaneous Tasks - Add changelog [0.3.0]: https://github.com///compare/v0.2.0..v0.3.0 [0.2.0]: https://github.com///compare/v0.1.2..v0.2.0 [0.1.2]: https://github.com///compare/v0.1.1..v0.1.2 [0.1.1]: https://github.com///commits/v0.1.1