|
1 | 1 |
|
| 2 | +## Unreleased |
2 | 3 |
|
| 4 | +### Fix |
| 5 | + |
| 6 | +- **changelog**: sort the commits properly to their version |
3 | 7 |
|
4 | | -## v1.19.0 |
| 8 | +## v1.19.0 (2020年05月02日) |
5 | 9 |
|
6 | 10 | ### Fix
|
7 | 11 |
|
|
13 | 17 | - **changelog**: add support for any commit rule system
|
14 | 18 | - **changelog**: add incremental flag
|
15 | 19 |
|
16 | | -### Refactor |
17 | | - |
18 | | -- **changelog**: use functions from changelog.py |
19 | | -- **changelog**: rename category to change_type to fit 'keep a changelog' |
20 | | - |
21 | 20 | ## v1.18.3 (2020年04月22日)
|
22 | 21 |
|
23 | 22 | ### Refactor
|
|
29 | 28 | ### Refactor
|
30 | 29 |
|
31 | 30 | - **git**: replace GitCommit.message code with one-liner
|
| 31 | +- **changelog**: use functions from changelog.py |
| 32 | +- **changelog**: rename category to change_type to fit 'keep a changelog' |
32 | 33 | - **templates**: rename as "keep_a_changelog_template.j2"
|
33 | 34 | - **templates**: remove unneeded __init__ file
|
34 | 35 | - **cli**: reorder commands
|
|
164 | 165 | ### Refactor
|
165 | 166 |
|
166 | 167 | - **tests/commands/bump**: use tmp_dir to replace self implemented tmp dir behavior
|
| 168 | +- **git**: make find_git_project_root return None if it's not a git project |
| 169 | +- **config/base_config**: make set_key not implemented |
| 170 | +- **error_codes**: move all the error_codes to a module |
| 171 | +- **config**: replace string type path with pathlib.Path |
167 | 172 | - **test_bump_command**: rename camel case variables
|
168 | 173 | - **tests/commands/check**: use pytest fixture tmpdir replace self implemented contextmanager
|
169 | 174 | - **test/commands/other**: replace unit test style mock with mocker fixture
|
170 | 175 | - **tests/commands**: separate command unit tests into modules
|
171 | 176 | - **tests/commands**: make commands related tests a module
|
172 | | -- **git**: make find_git_project_root return None if it's not a git project |
173 | | -- **config/base_config**: make set_key not implemented |
174 | | -- **error_codes**: move all the error_codes to a module |
175 | | -- **config**: replace string type path with pathlib.Path |
176 | 177 |
|
177 | 178 | ### Fix
|
178 | 179 |
|
179 | | -- **cli**: fix --version not functional |
180 | 180 | - **git**: remove breakline in the return value of find_git_project_root
|
| 181 | +- **cli**: fix --version not functional |
181 | 182 |
|
182 | 183 | ### Feat
|
183 | 184 |
|
|
287 | 288 | - **config**: add deprecation warning for loading config from ini files
|
288 | 289 | - **cz/customize**: add jinja support to enhance template flexibility
|
289 | 290 | - **cz/filters**: add required_validator and multiple_line_breaker
|
290 | | -- **Commands/commit**: add ́--dry-run ́ flag to the Commit command |
291 | 291 | - **cz/cz_customize**: implement info to support info and info_path
|
292 | 292 | - **cz/cz_customize**: enable bump_pattern bump_map customization
|
293 | 293 | - **cz/cz_customize**: implement customizable cz
|
| 294 | +- **Commands/commit**: add ́--dry-run ́ flag to the Commit command |
294 | 295 | - new 'git-cz' entrypoint
|
295 | 296 |
|
296 | 297 | ### Refactor
|
|
501 | 502 |
|
502 | 503 | ## v0.9.2 (2017年11月11日)
|
503 | 504 |
|
504 | | -### Refactor |
505 | | - |
506 | | -- **renamed conventional_changelog to conventional_commits, not backward compatible**: |
507 | | - |
508 | 505 | ## v0.9.1 (2017年11月11日)
|
509 | 506 |
|
510 | 507 | ### Fix
|
|
0 commit comments