|
181 | 181 |
|
182 | 182 | ### Fix
|
183 | 183 |
|
184 |
| -- **bump.py**: `CHANGELOG.md` gets git added and commited correctly |
| 184 | +- **bump.py**: `CHANGELOG.md` gets git added and committed correctly |
185 | 185 |
|
186 | 186 | ## v2.33.0 (2022-09-15)
|
187 | 187 |
|
|
420 | 420 |
|
421 | 421 | ### Fix
|
422 | 422 |
|
423 |
| -- **bump**: raise non zero error code when there's no elegible commit to bump |
424 |
| -- **bump**: raise non zero error code when there's no elegible commit to bump |
| 423 | +- **bump**: raise non zero error code when there's no eligible commit to bump |
| 424 | +- **bump**: raise non zero error code when there's no eligible commit to bump |
425 | 425 |
|
426 | 426 | ## v2.20.3 (2021-12-20)
|
427 | 427 |
|
|
471 | 471 |
|
472 | 472 | ### Fix
|
473 | 473 |
|
474 |
| -- **commit**: correct the stage checker before commiting |
| 474 | +- **commit**: correct the stage checker before committing |
475 | 475 |
|
476 | 476 | ## v2.18.0 (2021-08-13)
|
477 | 477 |
|
|
546 | 546 |
|
547 | 547 | ### Fix
|
548 | 548 |
|
549 |
| -- **bump**: replace all occurances that match regex |
| 549 | +- **bump**: replace all occurrences that match regex |
550 | 550 | - **wip**: add test for current breaking change
|
551 | 551 |
|
552 | 552 | ## v2.17.1 (2021-04-08)
|
|
792 | 792 | ### BREAKING CHANGE
|
793 | 793 |
|
794 | 794 | - setup.cfg, .cz and .cz.cfg are no longer supported
|
795 |
| -- Use "cz verion" instead |
| 795 | +- Use "cz version" instead |
796 | 796 | - "cz --debug" will no longer work
|
797 | 797 |
|
798 | 798 | ## v1.25.0 (2020-07-26)
|
|
961 | 961 |
|
962 | 962 | - **commands/changelog**: make changelog_file an option in config
|
963 | 963 | - **commands/changelog**: exit when there is no commit exists
|
964 |
| -- **commands/changlog**: add --start-rev argument to `cz changelog` |
| 964 | +- **commands/changelog**: add --start-rev argument to `cz changelog` |
965 | 965 | - **changelog**: generate changelog based on git log
|
966 | 966 | - **commands/changelog**: generate changelog_tree from all past commits
|
967 | 967 | - **cz/conventinal_commits**: add changelog_map, changelog_pattern and implement process_commit
|
|
1062 | 1062 | - **cmd**: reimplement how cmd is run
|
1063 | 1063 | - **git**: Use GitCommit, GitTag object to store commit and git information
|
1064 | 1064 | - **git**: make arguments other then start and end in get_commit keyword arguments
|
1065 |
| -- **git**: Change get_commits into returning commits instead of lines of messsages |
| 1065 | +- **git**: Change get_commits into returning commits instead of lines of messages |
1066 | 1066 |
|
1067 | 1067 | ### Feat
|
1068 | 1068 |
|
|
1162 | 1162 |
|
1163 | 1163 | - **config**: handle empty config file
|
1164 | 1164 | - **config**: fix load global_conf even if it doesn't exist
|
1165 |
| -- **config/ini_config**: replase outdated _parse_ini_settings with _parse_settings |
| 1165 | +- **config/ini_config**: replace outdated _parse_ini_settings with _parse_settings |
1166 | 1166 |
|
1167 | 1167 | ## v1.10.1 (2019-12-10)
|
1168 | 1168 |
|
|
1207 | 1207 | ### Refactor
|
1208 | 1208 |
|
1209 | 1209 | - **config**: remove has_pyproject which is no longer used
|
1210 |
| -- **cz/customize**: make jinja2 a custom requirement. if not installed use string.Tempalte instead |
| 1210 | +- **cz/customize**: make jinja2 a custom requirement. if not installed use string.Template instead |
1211 | 1211 | - **cz/utils**: rename filters as utils
|
1212 | 1212 | - **cli**: add back --version and remove subcommand required constraint
|
1213 | 1213 |
|
1214 | 1214 | ### Fix
|
1215 | 1215 |
|
1216 |
| -- commit dry-run doesnt require staging to be clean |
| 1216 | +- commit dry-run doesn't require staging to be clean |
1217 | 1217 | - correct typo to spell "convention"
|
1218 | 1218 | - removing folder in windows throwing a PermissionError
|
1219 |
| -- **scripts**: add back the delelte poetry prefix |
| 1219 | +- **scripts**: add back the delete poetry prefix |
1220 | 1220 | - **test_cli**: testing the version command
|
1221 | 1221 |
|
1222 | 1222 | ## v1.8.0 (2019-11-12)
|
|
1327 | 1327 | - update given files with new version
|
1328 | 1328 | - **config**: new set key, used to set version to cfg
|
1329 | 1329 | - support for pyproject.toml
|
1330 |
| -- first semantic version bump implementaiton |
| 1330 | +- first semantic version bump implementation |
1331 | 1331 |
|
1332 | 1332 | ### Fix
|
1333 | 1333 |
|
|
1386 | 1386 |
|
1387 | 1387 | ### Refactor
|
1388 | 1388 |
|
1389 |
| -- **conventionalCommit**: moved fitlers to questions instead of message |
| 1389 | +- **conventionalCommit**: moved filters to questions instead of message |
1390 | 1390 |
|
1391 | 1391 | ### Fix
|
1392 | 1392 |
|
1393 |
| -- **manifest**: inluded missing files |
| 1393 | +- **manifest**: included missing files |
1394 | 1394 |
|
1395 | 1395 | ## v0.9.5 (2018-08-24)
|
1396 | 1396 |
|
|
1408 | 1408 |
|
1409 | 1409 | ### Feat
|
1410 | 1410 |
|
1411 |
| -- **commiter**: conventional commit is a bit more intelligent now |
| 1411 | +- **committer**: conventional commit is a bit more intelligent now |
1412 | 1412 |
|
1413 | 1413 | ## v0.9.2 (2017-11-11)
|
1414 | 1414 |
|
|
0 commit comments