Skip to content

Commit cfc76ab

Browse files
chore(release): bump version to 0.2.0 (#1)
Co-authored-by: crrow <41375382+crrow@users.noreply.github.com>
1 parent fe63b36 commit cfc76ab

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.2.0] - 2026-03-20
6+
7+
### ⚙️ Miscellaneous
8+
9+
- Add prek pre-commit hooks
10+
11+
### 🐛 Bug Fixes
12+
13+
- **ci:** Go version and golangci-lint errors
14+
- **deps:** Resolve named return shadowing
15+
- **lint:** Resolve all 20 golangci-lint errors
16+
- **lint:** Pointer receivers, goimports, funlen
17+
- **lint:** EvalOrder, goimports, appendCombine
18+
- **lint:** Remove unused return from handlers
19+
20+
### 🚀 Features
21+
22+
- **ci:** Auto release PR on push to main
23+
24+
## [0.1.0] - 2026-03-20
25+
26+
### ⚙️ Miscellaneous
27+
28+
- Add CI, release workflow, Justfile, golangci-lint, version tracking
29+
30+
### 🚀 Features
31+
32+
- Initial devkit — worktree TUI, check-agent-md, check-deps
33+
34+
<!-- generated by git-cliff -->

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package main
44
// Version is the semantic version of devkit.
55
// For development builds, this will be "dev".
66
// For release builds, run: just version-update
7-
const Version = "0.1.0"
7+
const Version = "0.2.0"

0 commit comments

Comments
 (0)