- **get-next-bump**: add a test case - **get-next-bump**: fix to permit usage of --get-next options even when update_changelog_on_bump is set to true
4.1.0
Feat
- **commit**: allow '-- --allow-empty' to create empty commits
4.0.0
3.31.0
Feat
- **commitizen**: document '--' double dash in '--help'
Fix
- **commit**: avoid warnings with 'always_signoff' configuration - **commit**: resolve 'always_signoff' configuration and '-s' CLI issues
3.30.1
Refactor
- **cli**: replace magic number 0 with ExitCode.EXPECTED_EXIT - **defaults**: disallow style as None - **cz_customize**: return empty string for info, example, schema and schema_pattern if not provided
3.30.0
Feat
- **commands/commit**: add force-edit functionality after answering questions