Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 4.74 KB

CHANGELOG.md

File metadata and controls

72 lines (44 loc) · 4.74 KB

Changelog

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

✨ Features

  • Update git-sumi to 0.0.9 (765bc1d) by @welpo

📝 Documentation

  • (README) Add git-sumi badge (cb61b0a) by @welpo

🔧 Miscellaneous tasks

  • (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

✨ Features

  • Install pre-compiled binary (b24a513) by @welpo
  • Improve summary format (6799437) by @welpo

🐛 Bug fixes

  • Actually use the binary, not the directory (8036579) by @welpo
  • Force quiet=false to get proper summary (42635d2) by @welpo

📝 Documentation

  • (README) Add spacing below logo (328f35f) by @welpo

♻️ Refactor

  • Remove checkmark from summary header (111baff) by @welpo

🔧 Miscellaneous tasks

  • (CHANGELOG) Update grouping (0aaec02) by @welpo
  • (CI) Rename git-sumi job (aed6b78) by @welpo
  • (release) Check for clean working directory (eda2d8d) by @welpo

0.0.2 - 2024-02-04

✨ Features

  • Add markdown summary (d3c864d) by @welpo
  • Initial commit (cc32032) by @welpo

♻️ Refactor

  • Install git-sumi from cargo, not pypi (b3c3af4) by @welpo

🔧 Miscellaneous tasks

  • (CI) Fix links in tag description (9cbffab) by @welpo
  • (renovate) Move config file (6ed03c3) by @welpo
  • (sumi) Update display format (9f88b9a) by @welpo