From 044a47095716c1953aab2495cc63201aeaba12bf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 13 Jul 2025 22:52:50 +0300 Subject: chore: bump version to 0.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug fixes and improvements: - Fix AI release notes now enabled by default - Add better error handling for Codeberg release creation - Add debugging for token loading in release management - Handle Gitea API "Release is has no Tag" error gracefully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- 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 b56b512..d4e70be 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.7.0" + Version = "0.7.1" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3