Skip to content

Latest commit

 

History

History
118 lines (63 loc) · 6.57 KB

CHANGELOG.md

File metadata and controls

118 lines (63 loc) · 6.57 KB

Changelog

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.


0.1.4 - 2022-11-04

Bug Fixes

  • (hook) 🐛 icon was not included on breaking change without scope - (f84489d) - @eviweb

Features

  • (cog) ✨ make the provided cog command usable from other projects - (ec6c476) - @eviweb

0.1.3 - 2022-06-24

Bug Fixes

  • (hook) 🐛 fix regression that prevented displaying the cog verify message - (28d5507) - @eviweb
  • (hook) 🐛 cog always returns status 0 so interpret the command output - (fb6d225) - @eviweb

Features

  • (hook) ✨ allows to disable commit message checking - (97f88af) - @eviweb

Miscellaneous Chores

Tests


0.1.2 - 2022-04-25

Bug Fixes

  • (insert-icon) 🐛 fix sed command to accept commit messages containing '/' - (dfe45d6) - @eviweb

Miscellaneous Chores

  • (test) 🧹 now the test runner can run a unique test file - (c3cb3ee) - @eviweb
  • (test) 🧹 fix display format of running tests - (984d783) - @eviweb

0.1.1 - 2022-04-21

Bug Fixes

  • (insert-icon) 🐛 fix command for a multiline message with an icon - (2587e9e) - @eviweb

Configuration

  • (icon) ⚙️ add typo commit type and related icon - (1b2291d) - @eviweb

Miscellaneous Chores

  • (changelog) 🧹 fix CHANGELOG.md format and links to author Github profile - (0c05eac) - @eviweb
  • (changelog) 🧹 update template to follow MD rules - (bac2acf) - @eviweb

Tests

  • (insert-icon) ✅ add test for a multiline commit message with an icon - (f180c8a) - @eviweb

Typo correction

  • (config) ✏️ correct lastname in changelog author signature - (ff75c28) - @eviweb

0.1.0 - 2022-04-21

Configuration

Documentation

Features

Miscellaneous Chores

Tests

Tooling