# Changelog All notable changes to this project will be documented in this file. ## [0.1.0-rc.3] - 2024-08-30 ### ๐Ÿ› Bug Fixes - *(cargo)* Override formula name ### ๐Ÿ“š Documentation - *(README)* Add cargo installation instruction - *(changelog)* Revise changelog ### โš™๏ธ Miscellaneous Tasks - *(git-cz)* Remove bash git-cz and install script ## [0.1.0-rc.2] - 2024-08-28 ### ๐Ÿš€ Features - *(git-cz)* Add optional footer prompt - *(cargo-dist)* Install prebuilt binaries via homebrew - *(cargo-dist)* Install prebuilt binaries via powershell ### ๐Ÿ› Bug Fixes - *(cargo)* Add openssl as a vendored dependencies ### ๐Ÿšœ Refactor - Rename module in main.rs and test_main.rs ### ๐Ÿ“š Documentation - *(README)* Add shell installation - Add assets ### โš™๏ธ Miscellaneous Tasks - *(cargo)* Bump rc version - *(cargo)* Rename package-name and add bin section - *(cargo)* Add license-file ## [0.1.0-rc.1] - 2024-08-27 ### ๐Ÿšœ Refactor - *(git-cz)* Rewrite git-cz in Rust - *(git-cz)* Rewrite git-cz in a more modular way ### ๐Ÿงช Testing - *(git-cz)* Add testing ### โš™๏ธ Miscellaneous Tasks - *(cargo)* Add cargo-dist CI - *(cargo)* Add description and repo - *(cargo)* Bump version to 0.1.0-rc.1 - *(Cargo)* Add dependencies and dev-dependencies ## [unreleased] The unreleased version was a bash script with gum. You can find the bash script [here](https://github.com/k3ii/git-cz/blob/30f8aae0fbe0516af81b948201d29a5877d0a95e/git-cz). ### ๐Ÿš€ Features - *(git-cz)* Display commit information - *(git-cz)* Add option to automatically stage files - *(git-cz)* Add more types - *(git-cz)* Add initial git-cz ### ๐Ÿ› Bug Fixes - *(git-cz)* Get ctrl+c to work - *(git-cz)* Correct usage message ### ๐Ÿ“š Documentation - *(install)* Wrong script choose to install - *(readme.md)* Updated the images dimensions in example - *(README)* Update examples to include image - *(images)* Add image examples - *(README)* Fix heading typo conventiona -> conventional - *(README)* Add contributing section - *(README)* Update README with installation instruction - *(README)* Update installation instruction ### โš™๏ธ Miscellaneous Tasks - *(LICENSE)* Update names. - *(LICENSE)* Add beerware License.