Skip to content

Releases: kmnhan/cz-changeup

v1.0.1

25 Oct 06:19
Compare
Choose a tag to compare

v1.0.1 (2024-10-25)

Fix

  • properly handle breaking changes (ef54285)

[main e2ad449] bump: version 1.0.0 → 1.0.1
2 files changed, 7 insertions(+), 1 deletion(-)

v1.0.0

25 Oct 05:37
Compare
Choose a tag to compare

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.

[main a484b4a] bump: version 0.3.0 → 1.0.0
2 files changed, 15 insertions(+), 1 deletion(-)

v0.3.0

08 Oct 05:22
Compare
Choose a tag to compare

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.

[main 9c88ff6] bump: version 0.2.0 → 0.3.0
2 files changed, 2 insertions(+), 2 deletions(-)

v0.2.0

04 Oct 08:28
Compare
Choose a tag to compare

v0.2.0 (2024-10-04)

Feat

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

[main e92202f] bump: version 0.1.2 → 0.2.0
2 files changed, 7 insertions(+), 1 deletion(-)

v0.1.2

15 Aug 15:37
Compare
Choose a tag to compare

v0.1.2 (2024-08-15)

Fix

  • scope: remove trailing whitespace in body (e7383d9)

[main 17702d2] bump: version 0.1.1 → 0.1.2
2 files changed, 7 insertions(+), 1 deletion(-)

v0.1.1

15 Aug 12:57
Compare
Choose a tag to compare

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

[main ae91a6c] bump: version 0.1.0 → 0.1.1
2 files changed, 15 insertions(+), 1 deletion(-)

v0.1.0

15 Aug 12:46
Compare
Choose a tag to compare

v0.1.0 (2024-08-15)

Feat

  • initial release

[main 83b594c] bump: version 0.0.0 → 0.1.0
2 files changed, 6 insertions(+), 1 deletion(-)
create mode 100644 CHANGELOG.md