summaryrefslogtreecommitdiff
path: root/internal/version/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-22 09:54:49 +0300
committerPaul Buetow <paul@buetow.org>2026-07-22 09:54:49 +0300
commitea3b3b2ffc4a1d3c335994e22056a957cd962d21 (patch)
tree601aecf10b5d4a4721e895698d64e97b47561b5f /internal/version/version.go
parent813077134132a62d0c9c73c7020ed734ff9add0b (diff)
feat(sync): make backup fail-fast per-destination and add forcePush/descriptionSync creation support
Backup failures now disable retries only for the failing remote instead of the whole session, add an opt-in forcePush flag for backup organizations, and allow repository creation to go through descriptionSyncHost/Root when configured so the git remote endpoint can stay restricted. Also fixes the AI release-notes cache being bypassed by --force, which is meant to control sync scheduling, not cache invalidation. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'internal/version/version.go')
-rw-r--r--internal/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
index 3496d4b..b06f7bf 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.18.5"
+ Version = "0.18.8"
// GitCommit is the git commit hash at build time
GitCommit = "unknown"