Skip to content

Commit a057df3

Browse files
committed
chore(release): v1.0.0
1 parent 5166941 commit a057df3

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
With **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

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
version = "1.0.0"
10+
version = "v1.0.0"
1111
)
1212

1313
var (

0 commit comments

Comments
 (0)