# Changelog All notable changes to this project will be documented in this file. ## [0.1.2] - 2024-05-17 ### ๐Ÿš€ Features - Use Arg structure of clap ([#18](https://github.com/zahidkizmaz/edi-format/pull/18)) - Support formatting stdin ([#20](https://github.com/zahidkizmaz/edi-format/pull/20)) ### ๐Ÿ“š Documentation - Update readme small fixes ([#21](https://github.com/zahidkizmaz/edi-format/pull/21)) ## [0.1.1] - 2024-04-29 ### ๐Ÿšœ Refactor - Move format_file to formatter ([#16](https://github.com/zahidkizmaz/edi-format/pull/16)) ### ๐Ÿ“š Documentation - Add cargo install to readme ([#12](https://github.com/zahidkizmaz/edi-format/pull/12)) - Add installing via shell to readme ([#14](https://github.com/zahidkizmaz/edi-format/pull/14)) - Add crates.io badge and remove ci badge ([#15](https://github.com/zahidkizmaz/edi-format/pull/15)) ### ๐Ÿงช Testing - Add binary testing ([#17](https://github.com/zahidkizmaz/edi-format/pull/17)) ## [0.1.0] - 2024-04-27 ### ๐Ÿš€ Features - Write file only if necessary ([#3](https://github.com/zahidkizmaz/edi-format/pull/3)) - Add autorelease ([#9](https://github.com/zahidkizmaz/edi-format/pull/9)) ### ๐Ÿ“š Documentation - Add usage to readme ([#2](https://github.com/zahidkizmaz/edi-format/pull/2)) - Add example usage ([#4](https://github.com/zahidkizmaz/edi-format/pull/4)) - Create installation section on readme ([#5](https://github.com/zahidkizmaz/edi-format/pull/5)) - Add basic badges to readme ([#7](https://github.com/zahidkizmaz/edi-format/pull/7)) ### โš™๏ธ Miscellaneous Tasks - Create default rust ci.yml ([#6](https://github.com/zahidkizmaz/edi-format/pull/6)) - Add dependabot config ([#8](https://github.com/zahidkizmaz/edi-format/pull/8))