Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 08:41
700bd7e

1.2.0 (2026-08-18)

Features

  • add a progress bar and --verbose logging to run (#41) (0c9b0f3), closes #28
  • add config init to write a starter config file (#39) (87ed249), closes #26
  • support a literal token alongside token_env in the config (#40) (767753a), closes #27

Bug Fixes

  • ci: give the nightly GitLab test suite a 35m timeout (#24) (540c2a4), closes #23
  • ci: run disk cleanup before Set up Go in nightly GitLab job (#19) (4421ac8)
  • default concurrency to GOMAXPROCS, not 1 (#36) (5bbed06), closes #31
  • deps: bump github.com/stretchr/testify from 1.11.1 to 1.12.0 (#16) (f49bc3d)
  • don't persist a git mirror for archived repos that get archived (#38) (4cdd936), closes #30
  • expand ~ in --dest, --archive-dir, and config dest (#35) (594e727), closes #29
  • test: stop archive test git helpers from leaking hook env into temp repos (#34) (1707230), closes #33

Performance Improvements

  • test: disable exporters and unused GitLab CE subsystems in nightly fixture (#22) (079f5eb)