|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## v0.1.0 (2023-09-12) |
| 9 | + |
| 10 | +### Chore |
| 11 | + |
| 12 | + - <csr-id-0b51b53e1ad9bf68c1faf14ec9e0f309e5899a67/> Rename to bash-git-status |
| 13 | + |
| 14 | +### New Features |
| 15 | + |
| 16 | + - <csr-id-5b07e842b90f136a4a2887cfb81d3c30d6bc9773/> Add A parse |
| 17 | + - <csr-id-eaade91ecb7b5bf9123a87287d0450c44d49a24d/> No need to use console |
| 18 | + - <csr-id-0e6086254d71985673470c49c623ebe2f4079cd1/> Parse git status --porcelain output |
| 19 | + - <csr-id-923199e8418bbfaafdd0e65446bad9a3406b178d/> Init env_logger |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | + - <csr-id-d4a7c53bde9893d700ce12e9bd1b399f2f89bbdc/> Fix MODIFY_STATUS match |
| 24 | + |
| 25 | +### Other |
| 26 | + |
| 27 | + - <csr-id-ee6d445b20f429a179a957addd19bc3b7b10bfe4/> Fill MODIFY_STATUS |
| 28 | + |
| 29 | +### Style |
| 30 | + |
| 31 | + - <csr-id-c2c76253aaf9fc607268c105500fa78c0a6a5a29/> Run cargo clippy and cargo fmt to lint code |
| 32 | + |
| 33 | +### Commit Statistics |
| 34 | + |
| 35 | +<csr-read-only-do-not-edit/> |
| 36 | + |
| 37 | + - 10 commits contributed to the release. |
| 38 | + - 8 commits were understood as [conventional](https://www.conventionalcommits.org). |
| 39 | + - 0 issues like '(#ID)' were seen in commit messages |
| 40 | + |
| 41 | +### Commit Details |
| 42 | + |
| 43 | +<csr-read-only-do-not-edit/> |
| 44 | + |
| 45 | +<details><summary>view details</summary> |
| 46 | + |
| 47 | + * **Uncategorized** |
| 48 | + - Run cargo clippy and cargo fmt to lint code ([`c2c7625`](https://github.com/AOSC-Dev/git-head-name/commit/c2c76253aaf9fc607268c105500fa78c0a6a5a29)) |
| 49 | + - Rename to bash-git-status ([`0b51b53`](https://github.com/AOSC-Dev/git-head-name/commit/0b51b53e1ad9bf68c1faf14ec9e0f309e5899a67)) |
| 50 | + - Fix MODIFY_STATUS match ([`d4a7c53`](https://github.com/AOSC-Dev/git-head-name/commit/d4a7c53bde9893d700ce12e9bd1b399f2f89bbdc)) |
| 51 | + - Fill MODIFY_STATUS ([`ee6d445`](https://github.com/AOSC-Dev/git-head-name/commit/ee6d445b20f429a179a957addd19bc3b7b10bfe4)) |
| 52 | + - Add A parse ([`5b07e84`](https://github.com/AOSC-Dev/git-head-name/commit/5b07e842b90f136a4a2887cfb81d3c30d6bc9773)) |
| 53 | + - No need to use console ([`eaade91`](https://github.com/AOSC-Dev/git-head-name/commit/eaade91ecb7b5bf9123a87287d0450c44d49a24d)) |
| 54 | + - Parse git status --porcelain output ([`0e60862`](https://github.com/AOSC-Dev/git-head-name/commit/0e6086254d71985673470c49c623ebe2f4079cd1)) |
| 55 | + - Init env_logger ([`923199e`](https://github.com/AOSC-Dev/git-head-name/commit/923199e8418bbfaafdd0e65446bad9a3406b178d)) |
| 56 | + - Init ([`fde7d12`](https://github.com/AOSC-Dev/git-head-name/commit/fde7d12c809b8d8a7c8a62273d04f00173fbd310)) |
| 57 | + - Initial commit ([`a576577`](https://github.com/AOSC-Dev/git-head-name/commit/a57657767e01d045a0a34e53b2bac1968fa7d0d1)) |
| 58 | +</details> |
| 59 | + |
0 commit comments