Releases: kmnhan/cz-changeup
v1.0.1
v1.0.0
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
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
v0.1.2
v0.1.1
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
- add license file (518c296)
[main ae91a6c] bump: version 0.1.0 → 0.1.1
2 files changed, 15 insertions(+), 1 deletion(-)