From 60c1322272cf43ed5620433753b7db0b9bafcb55 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 8 Jul 2025 23:44:56 +0300 Subject: chore: bump version to v0.4.0 Major features in this release: - Add showcase generation feature with Claude AI integration - Generate project summaries in Gemini Gemtext format - Extract and include repository metadata (languages, commits, LOC) - Support image extraction from README files - Add code snippet extraction for projects - Implement AI-assistance detection (CLAUDE.md, GEMINI.md, 'agentic coding') - Add language support for AWK and Raku - Strip comments from code snippets - Add Unicode icons to statistics - Show AI-assisted project ratio - Order projects by recent activity --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/version') diff --git a/internal/version/version.go b/internal/version/version.go index f5af390..e817f13 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.3.0" + Version = "0.4.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3