Skip to content

Commit 1659e17

Browse files
committed
chore(release): v1.0.0
1 parent d4a374f commit 1659e17

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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) ([feccd20](https://github.com/isokolovskii/commitizen/commit/feccd20be3d9ec2c73968c677fb47bfbd0d48658)\)
10+
11+
### <!-- 1 -->:bug: Bug fixes
12+
13+
- correct typos in README and add config for typos cli by [@isokolovskii](https://github.com/isokolovskii) ([1b442c9](https://github.com/isokolovskii/commitizen/commit/1b442c9afbb427b2abda26ca9df8981360723ded)\)
14+
15+
### <!-- 7 -->:building_construction: ci
16+
17+
- fix tag not pushing on version release by [@isokolovskii](https://github.com/isokolovskii) ([d4a374f](https://github.com/isokolovskii/commitizen/commit/d4a374ff6aa6a1ca3cdb7900d8b640cbcf9bd74b)\)
18+
- run hook jobs only on appropriate files changes by [@isokolovskii](https://github.com/isokolovskii) ([5011247](https://github.com/isokolovskii/commitizen/commit/5011247a3a24e84f579296b6460f63f73be1b17c)\)
19+
- same formats for CHANGELOG.md and GitHub release by [@isokolovskii](https://github.com/isokolovskii) ([a5694aa](https://github.com/isokolovskii/commitizen/commit/a5694aa4865eed5b70427599eb0057b3e25cd904)\)
20+
- correct creation command in Makefile by [@isokolovskii](https://github.com/isokolovskii) ([5166941](https://github.com/isokolovskii/commitizen/commit/5166941a8c724dc75d37919e1772164c6bdb6163)\)
21+
- bump golang.org/x/crypto from 0.43.0 to 0.45.0 by [@dependabot[bot]](https://github.com/dependabot[bot]) ([6d3f3d9](https://github.com/isokolovskii/commitizen/commit/6d3f3d977cec08f49bfac381feb06b87b0cba835)\)

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)