Skip to content

v2.2.0

Compare
Choose a tag to compare
@retr0h retr0h released this 11 Mar 19:01
· 46 commits to main since this release

Changelog

Features

  • ccc08e9 feat: fetch clones concurrently

Bug fixes

  • b9aa3f4 fix: try harder to fetch tags from remote when updating cache
  • 688105d fix: update link to the Go Report Card

Others

  • a30f9b3 refactor: attempt to make CopyFile more secure
  • bc0f5b7 refactor: cleanup symlink handling
  • 7503568 refactor: move all clone ops to the front of the line
  • d4ab9c1 refactor: reduce cyclomatic complexity of Repositories.Overlay
  • bf7efae refactor: replace afero with avfs