Welcome to the changelog for git-sumi-action. This document aims to provide a comprehensive list of all notable changes made to the project, organised chronologically by release version.
We use Semantic Versioning (SemVer) for our version numbers, formatted as MAJOR.MINOR.PATCH. Major version changes involve significant (breaking) changes, minor versions introduce features and improvements in a backward compatible manner, and patch versions are for bug fixes and minor tweaks.
0.0.9 - 2024-05-08
- Update git-sumi to 0.0.9 (765bc1d) by @welpo
- (README) Add git-sumi badge (cb61b0a) by @welpo
- (CHANGELOG) Improve emoji pattern (45c400b) by @welpo
- (CI) Use CHANGES.md for GitHub release notes (24bd379) by @welpo
- (CI) Update git-sumi config (0ae017a) by @welpo
- (git-sumi) Improve emoji matching (3c27955) by @welpo
- (git-sumi) Require a space after the gitmoji (2157294) by @welpo
- (release) Replace both pull and issue links (ed0c46d) by @welpo
- (release) Update CHANGELOG format (8c7966b) by @welpo
- (release) Verify version tag format on release (ab926c9) by @welpo
- Add continuous deployment workflow (92c719b) by @welpo
0.0.6 - 2024-02-06
- Actually use the binary, not the directory (8036579) by @welpo
- Force quiet=false to get proper summary (42635d2) by @welpo
- (README) Add spacing below logo (328f35f) by @welpo
- Remove checkmark from summary header (111baff) by @welpo
- (CHANGELOG) Update grouping (0aaec02) by @welpo
- (CI) Rename git-sumi job (aed6b78) by @welpo
- (release) Check for clean working directory (eda2d8d) by @welpo
- Install git-sumi from cargo, not pypi (b3c3af4) by @welpo