diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-12 21:52:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-12 21:52:35 +0300 |
| commit | 330065de49075105ef78a171d219c416d4c7daf2 (patch) | |
| tree | 94f3da3722642e20c34e17632051ce468c03ac3f /internal/version | |
| parent | 5e74e40a3e1999ac80c5c11a8f1daa486e29ca77 (diff) | |
feat: add vibe-coded project detection to showcasev0.6.0
- Add detection for "vibe code" mentions in README files
- Display vibe-coded indicator in project summaries
- Include vibe-coded count in overall statistics
- Clarify that AI-assisted count includes vibe-coded projects
- Bump version to 0.6.0
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'internal/version')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 03181e4..5dcb8fb 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -7,7 +7,7 @@ import ( var ( // Version is the current version of gitsyncer - Version = "0.5.0" + Version = "0.6.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
