|
14 | 14 |
|
15 | 15 | ### Fix
|
16 | 16 |
|
17 |
| -- **command-init**: "cz init" should list exisitng tag in reverse order |
| 17 | +- **command-init**: "cz init" should list existing tag in reverse order |
18 | 18 |
|
19 | 19 | ## v3.21.0 (2024-03-30)
|
20 | 20 |
|
|
484 | 484 |
|
485 | 485 | ### Fix
|
486 | 486 |
|
487 |
| -- **bump.py**: `CHANGELOG.md` gets git added and commited correctly |
| 487 | +- **bump.py**: `CHANGELOG.md` gets git added and committed correctly |
488 | 488 |
|
489 | 489 | ## v2.33.0 (2022-09-15)
|
490 | 490 |
|
|
721 | 721 |
|
722 | 722 | ### Fix
|
723 | 723 |
|
724 |
| -- **bump**: raise non zero error code when there's no elegible commit to bump |
| 724 | +- **bump**: raise non zero error code when there's no eligible commit to bump |
725 | 725 |
|
726 | 726 | ## v2.20.3 (2021-12-20)
|
727 | 727 |
|
|
771 | 771 |
|
772 | 772 | ### Fix
|
773 | 773 |
|
774 |
| -- **commit**: correct the stage checker before commiting |
| 774 | +- **commit**: correct the stage checker before committing |
775 | 775 |
|
776 | 776 | ## v2.18.0 (2021-08-13)
|
777 | 777 |
|
|
846 | 846 |
|
847 | 847 | ### Fix
|
848 | 848 |
|
849 |
| -- **bump**: replace all occurances that match regex |
| 849 | +- **bump**: replace all occurrences that match regex |
850 | 850 | - **wip**: add test for current breaking change
|
851 | 851 |
|
852 | 852 | ## v2.17.1 (2021-04-08)
|
|
1079 | 1079 | ### BREAKING CHANGE
|
1080 | 1080 |
|
1081 | 1081 | - setup.cfg, .cz and .cz.cfg are no longer supported
|
1082 |
| -- Use "cz verion" instead |
| 1082 | +- Use "cz version" instead |
1083 | 1083 | - "cz --debug" will no longer work
|
1084 | 1084 | #47
|
1085 | 1085 |
|
|
1226 | 1226 | - **changelog**: add incremental flag
|
1227 | 1227 | - **commands/changelog**: make changelog_file an option in config
|
1228 | 1228 | - **commands/changelog**: exit when there is no commit exists
|
1229 |
| -- **commands/changlog**: add --start-rev argument to `cz changelog` |
| 1229 | +- **commands/changelog**: add --start-rev argument to `cz changelog` |
1230 | 1230 | - **changelog**: generate changelog based on git log
|
1231 | 1231 | - **commands/changelog**: generate changelog_tree from all past commits
|
1232 | 1232 | - **cz/conventinal_commits**: add changelog_map, changelog_pattern and implement process_commit
|
|
1369 | 1369 | - **cmd**: reimplement how cmd is run
|
1370 | 1370 | - **git**: Use GitCommit, GitTag object to store commit and git information
|
1371 | 1371 | - **git**: make arguments other then start and end in get_commit keyword arguments
|
1372 |
| -- **git**: Change get_commits into returning commits instead of lines of messsages |
| 1372 | +- **git**: Change get_commits into returning commits instead of lines of messages |
1373 | 1373 |
|
1374 | 1374 | ## v1.15.1 (2020-01-20)
|
1375 | 1375 |
|
|
1459 | 1459 |
|
1460 | 1460 | - **config**: handle empty config file
|
1461 | 1461 | - **config**: fix load global_conf even if it doesn't exist
|
1462 |
| -- **config/ini_config**: replase outdated _parse_ini_settings with _parse_settings |
| 1462 | +- **config/ini_config**: replace outdated _parse_ini_settings with _parse_settings |
1463 | 1463 |
|
1464 | 1464 | ### Refactor
|
1465 | 1465 |
|
|
1515 | 1515 |
|
1516 | 1516 | ### Fix
|
1517 | 1517 |
|
1518 |
| -- commit dry-run doesnt require staging to be clean |
1519 |
| -- **scripts**: add back the delelte poetry prefix |
| 1518 | +- commit dry-run doesn't require staging to be clean |
| 1519 | +- **scripts**: add back the delete poetry prefix |
1520 | 1520 | - correct typo to spell "convention"
|
1521 | 1521 | - removing folder in windows throwing a PermissionError
|
1522 | 1522 | - **test_cli**: testing the version command
|
1523 | 1523 |
|
1524 | 1524 | ### Refactor
|
1525 | 1525 |
|
1526 | 1526 | - **config**: remove has_pyproject which is no longer used
|
1527 |
| -- **cz/customize**: make jinja2 a custom requirement. if not installed use string.Tempalte instead |
| 1527 | +- **cz/customize**: make jinja2 a custom requirement. if not installed use string.Template instead |
1528 | 1528 | - **cz/utils**: rename filters as utils
|
1529 | 1529 | - **cli**: add back --version and remove subcommand required constraint
|
1530 | 1530 |
|
|
1636 | 1636 | - update given files with new version
|
1637 | 1637 | - **config**: new set key, used to set version to cfg
|
1638 | 1638 | - support for pyproject.toml
|
1639 |
| -- first semantic version bump implementaiton |
| 1639 | +- first semantic version bump implementation |
1640 | 1640 |
|
1641 | 1641 | ### Fix
|
1642 | 1642 |
|
|
1695 | 1695 |
|
1696 | 1696 | ### Fix
|
1697 | 1697 |
|
1698 |
| -- **manifest**: inluded missing files |
| 1698 | +- **manifest**: included missing files |
1699 | 1699 |
|
1700 | 1700 | ### Refactor
|
1701 | 1701 |
|
1702 |
| -- **conventionalCommit**: moved fitlers to questions instead of message |
| 1702 | +- **conventionalCommit**: moved filters to questions instead of message |
1703 | 1703 |
|
1704 | 1704 | ## v0.9.5 (2018-08-24)
|
1705 | 1705 |
|
|
1717 | 1717 |
|
1718 | 1718 | ### Feat
|
1719 | 1719 |
|
1720 |
| -- **commiter**: conventional commit is a bit more intelligent now |
| 1720 | +- **committer**: conventional commit is a bit more intelligent now |
1721 | 1721 |
|
1722 | 1722 | ## v0.9.2 (2017-11-11)
|
1723 | 1723 |
|
|
0 commit comments