diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-09 12:38:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-09 12:38:32 +0300 |
| commit | 13a0cd1055b34a93e06b429ca75492ceb8ca1434 (patch) | |
| tree | 455cec87470278aca95f3f6f6a85940c4fae2b18 /internal/version/version.go | |
| parent | 60ad0b50390d455607c89801ded91f57422fcf8c (diff) | |
feat: add --batch-run flag for weekly automated sync
- Add --batch-run flag that enables --full and --showcase
- Implement state management to track last batch run timestamp
- Enforce one-week minimum interval between batch runs
- Save state to .gitsyncer-state.json in work directory
- Show state file location in output messages
- Bump version to 0.5.0
This feature enables automated weekly full synchronization from cron or shell scripts while preventing excessive API usage.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'internal/version/version.go')
| -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 e817f13..03181e4 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.4.0" + Version = "0.5.0" // GitCommit is the git commit hash at build time GitCommit = "unknown" |
