Skip to content

gix-testtools v0.15.0

Compare
Choose a tag to compare
@Byron Byron released this 23 Jun 10:47
· 1326 commits to main since this release
78b8e41

Now by default, tar files will be written which works better when checking them into
Git. Those who need the previous behaviour, can use the xz feature instead.

New Features (BREAKING)

  • make xz2 optional to write uncompressed tar files by default.
    Previously, compression was beneficial due to storage in git-lfs.
    Now, storing (mostly) non-binary files is actually better moving forward.

Commit Statistics

  • 3 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update changelog prior to gix-testtools release (88eb841)
    • Merge branch 'tar-only' (1dfa90d)
    • Make xz2 optional to write uncompressed tar files by default. (55382c0)