From ebc50a6600fcf4ebc53df4846f790bb05757b3df Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 7 Feb 2026 22:07:27 +0200 Subject: feat(sync): add throttled sync mode Introduce an opt-in throttle that skips inactive repos based on local activity and per-repo cooldowns, and bump the version to 0.12.0. Co-authored-by: Cursor --- 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 a5fc76b..31c3a5f 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.11.0" + Version = "0.12.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" -- cgit v1.2.3