Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

59 lines (30 loc) · 2.23 KB

v1.0.1 (2024-10-25)

Fix

  • properly handle breaking changes (ef54285)

v1.0.0 (2024-10-25)

BREAKING CHANGE

  • Breaking changes will now be hidden from the commit body and will only appear in the breaking change section. The behavior can be controlled with the newly added option changeup_hide_breaking. (ecda657)

    Adds option for hiding breaking changes from commit body in changelog.

Feat

  • add changeup_hide_breaking option (ecda657)

    Adds option for hiding breaking changes from commit body in changelog.

v0.3.0 (2024-10-08)

Feat

  • link: Improve issue linking in commit messages, closes #3 (9758f43)

    Now supports linking multiple issues by separating them with spaces. Each issue is now properly linked to its corresponding URL on the base URL provided.

v0.2.0 (2024-10-04)

Feat

  • add automatic issue linking and more customization option (9faf8be)

v0.1.2 (2024-08-15)

Fix

  • scope: remove trailing whitespace in body (e7383d9)

v0.1.1 (2024-08-15)

Fix

  • change config (3c6c7b9)

    Project configuration has been modified to include the link to the commit in the changelog. Also added all settings provided by this plugin to pyproject.toml for demonstration.

    This is the footer content added to demonstrate how the changelog is rendered.

Refactor

v0.1.0 (2024-08-15)

Feat