File tree Expand file tree Collapse file tree 3 files changed +47
-2
lines changed
Expand file tree Collapse file tree 3 files changed +47
-2
lines changed Original file line number Diff line number Diff line change 11
22[tool .commitizen ]
33version_files = [" VERSION" ]
4- version = " 4 .0.0"
4+ version = " 5 .0.0"
55tag_format = " v$version"
66name = " cz_customize"
77
Original file line number Diff line number Diff line change 1+ ## v5.0.0 (2025-10-02)
2+
3+ ### Feat
4+
5+ - allow to set ecosystem sources via the cli (#345 )
6+ - Accept a source for every dependency manager in the config (#340 )
7+ - support multiple dependency files in config and cli (#335 )
8+ - recursively look for lock files (#332 )
9+ - support parsing multiple files (#326 )
10+ - create ` cli ` extra group (#322 )
11+
12+ ### Fix
13+
14+ - correctly load resursive config value from file (#347 )
15+ - parse yarn files with multiple dependencies on the same line (#337 )
16+ - show the name of the file that's being analyzed (#333 )
17+
18+ ### Refactor
19+
20+ - paginate npm (#342 )
21+
22+ ### CI
23+
24+ - refactor ci (#353 )
25+ - Improve docker cache and test that the image works (#349 )
26+ - use lgtm gh action (#341 )
27+
28+ ### Docs
29+
30+ - add docstrings to all classes and methods (#355 )
31+ - fix cache section (#336 )
32+
33+ ### Technical
34+
35+ - Bump to 5.0.0 (#358 )
36+ - bump dependencies (#357 )
37+ - bump actions/cache from 4.2.4 to 4.3.0 (#352 )
38+ - bump docker/login-action from 3.5.0 to 3.6.0 (#351 )
39+ - Weekly update of trusted packages
40+ - simplify Dockerfile (#348 )
41+ - Weekly update of trusted packages
42+ - bump astral-sh/setup-uv from 6.6.1 to 6.7.0 in the minor-updates group (#331 )
43+ - bump actions/create-github-app-token from 2.1.1 to 2.1.4 in the patch-updates group (#330 )
44+ - Weekly update of trusted packages
45+
146## v4.0.0 (2025-09-10)
247
348### Feat
Original file line number Diff line number Diff line change 1- v4 .0.0
1+ v5 .0.0
You can’t perform that action at this time.
0 commit comments