|
| 1 | +## v4.8.3 (2025-06-09) |
| 2 | + |
| 3 | +### Fix |
| 4 | + |
| 5 | +- **cli**: update description for deprecate warning |
| 6 | +- **commit**: emit deprecated warning of cz commit -s |
| 7 | +- **Check**: make parameters backward compatiable |
| 8 | +- **BaseConfig**: mypy error |
| 9 | +- **deprecated**: mark deprecate in v5 |
| 10 | +- **defaults**: add non-capitalized default constants back and deprecated warning |
| 11 | + |
| 12 | +### Refactor |
| 13 | + |
| 14 | +- **jira**: refactor message |
| 15 | +- **conventional_commits**: use TypedDict for answers |
| 16 | +- **conventional_commits**: make schema_pattern more readable |
| 17 | +- do not guess if changelog format is provided |
| 18 | +- **check**: compile once and rename variable |
| 19 | +- **questions**: type questions with TypedDict |
| 20 | +- **bump**: simplify nested if |
| 21 | +- **git**: retype get_commits parameter to make it more friendly to call sites |
| 22 | +- **git**: simplify tag logic |
| 23 | +- **bump**: eliminate similar patterns in code |
| 24 | +- **bump**: use any to replace 'or' chain |
| 25 | +- remove unnecessary bool() and remove Any type from TypedDict get |
| 26 | +- **bump**: improve readability and still bypass mypy check |
| 27 | +- **commands**: remove unused args, type version command args |
| 28 | +- **commit**: type commit args |
| 29 | +- **check**: type CheckArgs arguments |
| 30 | +- **check**: remove unused argument |
| 31 | +- **changelog**: type untyped arguments |
| 32 | +- **bump**: TypedDict for bump argument |
| 33 | +- make methods protected, better type |
| 34 | +- **conventional_commits**: remove unnecessary checks |
| 35 | +- fix mypy output and better type |
| 36 | +- **BaseCommitizen**: remove unused process_commit |
| 37 | +- remove `TypeError` handling since `Python >=3.9` is required |
| 38 | +- add comment clarifying `no_raise` parsing to `list[int]` |
| 39 | +- **cli.py**: add type hints |
| 40 | +- **mypy**: remove `unused-ignore` |
| 41 | +- **changelog**: better typing, yield |
| 42 | +- **cli**: early return and improve test coverage |
| 43 | +- **git**: extract _create_commit_cmd_string |
| 44 | +- misc cleanup |
| 45 | +- **bump**: clean up |
| 46 | +- **bump**: add type for out, replace function with re escape |
| 47 | +- **BaseConfig**: use setter |
| 48 | +- **changelog**: minor cleanup |
| 49 | +- **git**: refactor get_tag_names |
| 50 | +- **EOLType**: add eol enum back and reorganize methods |
| 51 | +- **git**: code cleanup and better test coverage |
| 52 | +- **commit**: simplify call |
| 53 | +- **version_scheme**: cleanup |
| 54 | +- improve readability and fix typos |
| 55 | + |
| 56 | +### Perf |
| 57 | + |
| 58 | +- **bump**: avoid unnecessary list construction and rename variable to avoid confusion |
| 59 | +- **tags**: use set |
| 60 | + |
1 | 61 | ## v4.8.2 (2025-05-22)
|
2 | 62 |
|
3 | 63 | ### Refactor
|
|
0 commit comments