Releases: welpo/git-sumi
Releases · welpo/git-sumi
0.0.9 - 2024-05-06
Release Notes
✨ Features
- (imperative) Expand non-imperative verbs list (dfde2a9) by @welpo
- (imperative) Expand non-imperative verbs list (d13e6e5) by @welpo
📝 Documentation
♻️ Refactor
🔧 Miscellaneous tasks
Install git-sumi 0.0.9
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/welpo/git-sumi/releases/download/v0.0.9/git-sumi-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/welpo/git-sumi/releases/download/v0.0.9/git-sumi-installer.ps1 | iex"
Download git-sumi 0.0.9
0.0.8 - 2024-02-09
Release Notes
💥 BREAKING CHANGES 💥
- (init) Add prepare-commit-msg hook (#13) - (1ebd6ca)
✨ Features
- (imperative) Add a few non-imperative verbs - (0f0a867)
- (init) [‼️BREAKING‼️] Add prepare-commit-msg hook (#13) - (1ebd6ca)
🐛 Bug fixes
- Ignore comment lines in commit messages (#14) - (821d6c6)
📝 Documentation
- (README) Add git-sumi badge - (9041419)
- (README) Update demo with new default config - (e9ffd54)
Install git-sumi 0.0.8
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/welpo/git-sumi/releases/download/v0.0.8/git-sumi-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/welpo/git-sumi/releases/download/v0.0.8/git-sumi-installer.ps1 | iex
Download git-sumi 0.0.8
0.0.7 - 2024-02-08
Release Notes
📝 Documentation
- (faq) Set hook to exit early outside main branch - (92d9071)
- (website) Add pre-built binaries download link - (0d3adf6)
- Finish renaming yaml -> yml - (4b09485)
♻️ Refactor
- Unify and rephrase options descriptions (#12) - (85078f0)
- Rename 'yaml' extensions to 'yml' - (e13808f)
✅ Testing
- (config) Cover --init overwrite prompts - (3562f23)
🔧 Miscellaneous tasks
- (CHANGELOG) Improve emoji pattern - (a80d2db)
- (CI) Remove manual publish steps - (49b016b)
- (pypi) Match description to website's - (931386d)
- (release) Verify version tag format on release - (8eca1e3)
- Add pre-commit & commit-msg scripts - (2f5ff91)
Install git-sumi 0.0.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/welpo/git-sumi/releases/download/v0.0.7/git-sumi-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/welpo/git-sumi/releases/download/v0.0.7/git-sumi-installer.ps1 | iex
Download git-sumi 0.0.7
0.0.6 - 2024-02-05
Release Notes
🔧 Miscellaneous tasks
- (Cargo.toml) Exclude more unneeded directories - (76b21c4)
- (release) Upload and download PyPi wheels - (16b9e47)
Install git-sumi 0.0.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/welpo/git-sumi/releases/download/v0.0.6/git-sumi-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/welpo/git-sumi/releases/download/v0.0.6/git-sumi-installer.ps1 | iex
Download git-sumi 0.0.6
0.0.5 - 2024-02-05
Release Notes
📝 Documentation
- Add Deploy badge - (e339cdb)
- Add GitHub Releases badge - (2bd1d0f)
- Remove references to
capitalize_description
- (c2a3044)
🔧 Miscellaneous tasks
- (CI) Add labels to renovate's PRs - (16ba844)
- (CI) Use single quotes for cron schedule - (5328eca)
- (Cargo.toml) Exclude unnecessary directories - (cc7d3a7)
- (release) Fix cargo publish - (65cfcc9)
- (release) Split maturin build/publish processes - (b798857)
Install git-sumi 0.0.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/welpo/git-sumi/releases/download/v0.0.5/git-sumi-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/welpo/git-sumi/releases/download/v0.0.5/git-sumi-installer.ps1 | iex
Download git-sumi 0.0.5
Release v0.0.3
0.0.3 - 2024-02-05
🐛 Bug Fixes
- (basic-parser) Capture original header - (ba3b413)
Release v0.0.2
0.0.2 - 2024-02-04
💥 BREAKING CHANGES 💥
- (display) Add markdown table format (#7) - (2098e3b)
✨ Features
- (display) [‼️BREAKING‼️] Add markdown table format (#7) - (2098e3b)
Release v0.0.1
0.0.1 - 2024-02-04
✨ Features
📝 Documentation
✅ Testing