File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ Changelog
2+ =========
3+
4+ 1.0.0 (2025-11-22)
5+ ------------------
6+
7+ ### <!-- 0 --> :rocket : New features
8+
9+ - project init and basic CLI by [ @isokolovskii ] ( https://github.com/isokolovskii )
10+
11+ ### <!-- 1 --> :bug : Bug fixes
12+
13+ - correct typos in README and add config for typos cli by [ @isokolovskii ] ( https://github.com/isokolovskii )
14+
15+ ### <!-- 7 --> :building_construction : ci
16+
17+ - correct creation command in Makefile by Sokolovskii Ivan
18+ - bump golang.org/x/crypto from 0.43.0 to 0.45.0 by [ @dependabot [ bot]] ( https://github.com/dependabot[bot] )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Installation
1313With ** Go** (>= 1.25):
1414
1515``` bash
16- go install github.com/isokolovskii/commitizen@1 .0.0
16+ go install github.com/isokolovskii/commitizen@v1 .0.0
1717```
1818
1919- or as a go tool
Original file line number Diff line number Diff line change 77)
88
99const (
10- version = "1 .0.0"
10+ version = "v1 .0.0"
1111)
1212
1313var (
You can’t perform that action at this time.
0 commit comments