Skip to content

Commit 8b11644

Browse files
github-actions[bot]scottmckendry
authored andcommitted
chore(main): release 0.7.0
1 parent f7f6334 commit 8b11644

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.6.0"}
1+
{".":"0.7.0"}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/scottmckendry/cl-parse/compare/v0.6.0...v0.7.0) (2025-09-28)
4+
5+
6+
### Features
7+
8+
* **flake:** install shell completions ([05c699f](https://github.com/scottmckendry/cl-parse/commit/05c699f12b2b18553c62e9c77e9ff96666e315d8))
9+
* **nix:** build cl-parse @ main ([2cb4872](https://github.com/scottmckendry/cl-parse/commit/2cb4872459b6391a2865d1151378e42cf4b9dc1c))
10+
311
## [0.6.0](https://github.com/scottmckendry/cl-parse/compare/v0.5.1...v0.6.0) (2025-09-08)
412

513

cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"cl-parse/git"
1616
)
1717

18-
const VERSION = "0.6.0" // x-release-please-version
18+
const VERSION = "0.7.0" // x-release-please-version
1919

2020
type options struct {
2121
version bool

0 commit comments

Comments
 (0)