Skip to content

Commit 6e7d93e

Browse files
bump: version 4.0.0 → 5.0.0
1 parent 71febc8 commit 6e7d93e

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.commitizen]
33
version_files = ["VERSION"]
4-
version = "4.0.0"
4+
version = "5.0.0"
55
tag_format = "v$version"
66
name = "cz_customize"
77

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.0.0
1+
v5.0.0

0 commit comments

Comments
 (0)