|
1 | 1 |
|
| 2 | +## Unreleased |
2 | 3 |
|
| 4 | +### Fix |
3 | 5 |
|
| 6 | +- **changelog**: sort the commits properly to their version |
4 | 7 |
|
5 | | -## v1.19.1 |
| 8 | +## v1.19.1 (2020年05月03日) |
6 | 9 |
|
7 | 10 | ### Fix
|
8 | 11 |
|
|
12 | 15 |
|
13 | 16 | - **cli**: add explicit category for deprecation warnings
|
14 | 17 |
|
15 | | -## v1.19.0 |
| 18 | +## v1.19.0 (2020年05月02日) |
16 | 19 |
|
17 | 20 | ### Fix
|
18 | 21 |
|
|
24 | 27 | - **changelog**: add support for any commit rule system
|
25 | 28 | - **changelog**: add incremental flag
|
26 | 29 |
|
27 | | -### Refactor |
28 | | - |
29 | | -- **changelog**: use functions from changelog.py |
30 | | -- **changelog**: rename category to change_type to fit 'keep a changelog' |
31 | | - |
32 | 30 | ## v1.18.3 (2020年04月22日)
|
33 | 31 |
|
34 | 32 | ### Refactor
|
|
40 | 38 | ### Refactor
|
41 | 39 |
|
42 | 40 | - **git**: replace GitCommit.message code with one-liner
|
| 41 | +- **changelog**: use functions from changelog.py |
| 42 | +- **changelog**: rename category to change_type to fit 'keep a changelog' |
43 | 43 | - **templates**: rename as "keep_a_changelog_template.j2"
|
44 | 44 | - **templates**: remove unneeded __init__ file
|
45 | 45 | - **cli**: reorder commands
|
|
175 | 175 | ### Refactor
|
176 | 176 |
|
177 | 177 | - **tests/commands/bump**: use tmp_dir to replace self implemented tmp dir behavior
|
| 178 | +- **git**: make find_git_project_root return None if it's not a git project |
| 179 | +- **config/base_config**: make set_key not implemented |
| 180 | +- **error_codes**: move all the error_codes to a module |
| 181 | +- **config**: replace string type path with pathlib.Path |
178 | 182 | - **test_bump_command**: rename camel case variables
|
179 | 183 | - **tests/commands/check**: use pytest fixture tmpdir replace self implemented contextmanager
|
180 | 184 | - **test/commands/other**: replace unit test style mock with mocker fixture
|
181 | 185 | - **tests/commands**: separate command unit tests into modules
|
182 | 186 | - **tests/commands**: make commands related tests a module
|
183 | | -- **git**: make find_git_project_root return None if it's not a git project |
184 | | -- **config/base_config**: make set_key not implemented |
185 | | -- **error_codes**: move all the error_codes to a module |
186 | | -- **config**: replace string type path with pathlib.Path |
187 | 187 |
|
188 | 188 | ### Fix
|
189 | 189 |
|
190 | | -- **cli**: fix --version not functional |
191 | 190 | - **git**: remove breakline in the return value of find_git_project_root
|
| 191 | +- **cli**: fix --version not functional |
192 | 192 |
|
193 | 193 | ### Feat
|
194 | 194 |
|
|
298 | 298 | - **config**: add deprecation warning for loading config from ini files
|
299 | 299 | - **cz/customize**: add jinja support to enhance template flexibility
|
300 | 300 | - **cz/filters**: add required_validator and multiple_line_breaker
|
301 | | -- **Commands/commit**: add ́--dry-run ́ flag to the Commit command |
302 | 301 | - **cz/cz_customize**: implement info to support info and info_path
|
303 | 302 | - **cz/cz_customize**: enable bump_pattern bump_map customization
|
304 | 303 | - **cz/cz_customize**: implement customizable cz
|
| 304 | +- **Commands/commit**: add ́--dry-run ́ flag to the Commit command |
305 | 305 | - new 'git-cz' entrypoint
|
306 | 306 |
|
307 | 307 | ### Refactor
|
|
512 | 512 |
|
513 | 513 | ## v0.9.2 (2017年11月11日)
|
514 | 514 |
|
515 | | -### Refactor |
516 | | - |
517 | | -- **renamed conventional_changelog to conventional_commits, not backward compatible**: |
518 | | - |
519 | 515 | ## v0.9.1 (2017年11月11日)
|
520 | 516 |
|
521 | 517 | ### Fix
|
|
0 commit comments