Skip to content

Commit d0b5857

Browse files
bump: version 3.1.0 → 4.0.0
1 parent 85fa2c4 commit d0b5857

File tree

3 files changed

+65
-2
lines changed

3 files changed

+65
-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 = "3.1.0"
4+
version = "4.0.0"
55
tag_format = "v$version"
66
name = "cz_customize"
77

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
## v4.0.0 (2025-09-10)
2+
3+
### Feat
4+
5+
- use repo as source of truth (#317)
6+
- save trusted packages in the repo (#314)
7+
- add support for yarn.lock files (#308)
8+
- add support for package-lock.json files (#305)
9+
- make config file optional (#295)
10+
- allow to set use_cache from config file (#292)
11+
- load config from `twyn.toml` if it exists (#291)
12+
13+
### Fix
14+
15+
- remove wrong formatting in weekly_download.yml (#319)
16+
- add git configuration to weekly download (#318)
17+
- properly propagate error messages (#306)
18+
19+
### Refactor
20+
21+
- Improve weekly download flow (#316)
22+
- rewrite requirements.txt parser and change the way we read files (#311)
23+
- Abstract general behaviour from TopPypiReference (#299)
24+
- remove custom logging implementation (#302)
25+
26+
### CI
27+
28+
- adapt to breaking change in lgtm-ai (#315)
29+
- add lgtm options (#301)
30+
- fix preview bump version (#298)
31+
- preview next version job (#296)
32+
- bump checkout action to 5.0.0 in docker-build action (#289)
33+
34+
### Technical
35+
36+
- manual update of dependencies (#320)
37+
- Weekly update of trusted packages
38+
- bump the patch-updates group with 2 updates (#309)
39+
- Docker Hub badge (#304)
40+
- Revert "bump: version 3.1.0 → 3.2.0" (#297)
41+
42+
### Tests
43+
44+
- improve cache handler testing (#310)
45+
46+
## v3.2.0 (2025-09-01)
47+
48+
### Feat
49+
50+
- allow to get results as json (#284)
51+
- allow to disable track while evaluating dependencies (#282)
52+
- expose `check_dependencies` to the main interface (#278)
53+
54+
### Fix
55+
56+
- Properly annotate `check_dependencies`'s `selector_method` arg (#287)
57+
58+
### Docs
59+
60+
- remove old cache file path from docs (#288)
61+
- fix docs (#286)
62+
- update docs with json and "twyn as a package" examples (#285)
63+
164
## v3.1.0 (2025-08-28)
265

366
### Feat

VERSION

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

0 commit comments

Comments
 (0)