All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Rename to bash-git-status
- Add changelog
- Add A parse
- No need to use console
- Parse git status --porcelain output
- Init env_logger
- Fix MODIFY_STATUS match
- Fill MODIFY_STATUS
- Run cargo clippy and cargo fmt to lint code
- 11 commits contributed to the release.
- 9 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- Add changelog (
050bc15
) - Run cargo clippy and cargo fmt to lint code (
c2c7625
) - Rename to bash-git-status (
0b51b53
) - Fix MODIFY_STATUS match (
d4a7c53
) - Fill MODIFY_STATUS (
ee6d445
) - Add A parse (
5b07e84
) - No need to use console (
eaade91
) - Parse git status --porcelain output (
0e60862
) - Init env_logger (
923199e
) - Init (
fde7d12
) - Initial commit (
a576577
)
- Add changelog (