Skip to content

Releases: retr0h/gilt

v2.2.1

06 May 22:54
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 7f81795 fix: allow dist2wheel to handle missing field
  • 8a48e16 fix: go install golangci-lint
  • 462e16b fix: make sources.dstFile create parent dirs
  • b606094 fix: switch to go 1.22
  • 2222827 fix: update coverage generation

Chores

  • 71cff17 Revert "chore: coverage++"

Docs

  • c86d2b7 docs: updated docs example to use existing format

CI

  • bc9dcdb ci: add next label config to labeler action
  • 27c5e7c ci: add python label config to labeler action
  • 16b05a0 ci: attempt to ignore example app dependabot
  • 2fd5c65 ci: correct bad gilt version in example go.mod
  • b8fcea3 ci: preserve dependabot branches

Others

  • 6293c13 refactor: add FailFS
  • 3143ddf refactor: use the File methods for Stat, Chmod

v2.2.0

11 Mar 19:01
Compare
Choose a tag to compare

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

v2.2

07 Mar 04:00
Compare
Choose a tag to compare

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

v2.1.2

07 Feb 00:30
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 78ac1e5 fix: correct go install latest
  • 2bb01a1 fix: fetch current tags from remote on clone cache hit
  • c316461 fix: prune detached worktrees on cleanup

Docs

  • bbb6d42 docs: removed old versions

v2.1.1

30 Jan 23:41
Compare
Choose a tag to compare

Successfully publishing releases to PyPI.

Changelog

  • #138 - core: build Universal binaries for OSX

v2.1

30 Jan 23:27
Compare
Choose a tag to compare

Unsuccessfully published release to PyPI.

Changelog

Features

  • d7d1cf6 feat: add a build:wheel task to Taskfile.yml

Docs

  • a16f4f9 docs: Add pip install instructions
  • 97e88dd docs: corrected version on docs announcement bar
  • e945006 docs: reference gilt's image as external link

CI

  • 6510d18 ci: added 386 wheels
  • 09a4b3a ci: added action to publish wheels to pypi
  • f5177a3 ci: made a few changes from PR review
  • 04a5d2d ci: removed publish to test.pypi

v2.0.3

20 Jan 23:25
Compare
Choose a tag to compare

Changelog

  • #107 Merge the gilt and go-gilt projects

v2.0.2

19 Jan 17:40
Compare
Choose a tag to compare

Changelog

Features

  • 88fc303 feat: add init sub command to create Giltfile

Bug fixes

  • d845d9e fix: enable debug output via debug: true in the config file
  • 9e87b6a fix: log the entire post-command being run

Docs

  • f78cc00 docs: add additional language styles

CI

  • 1d35ace ci: attempt to fix labeler failures
  • 3dac49f ci: attempt to re-fix labeler failures

Others

  • f10b277 refactor: Get config.Validate() under test
  • 12a8c9d refactor: remove unused debug attribute from managers

v2.0.1

31 Dec 21:12
Compare
Choose a tag to compare

Changelog

Bug fixes

  • e271544 fix: Restore proper namespace separation of cached clones

v2.0

30 Dec 19:29
Compare
Choose a tag to compare

Changelog

Features

  • 3dad42d feat: add docusaurus site
  • 664a4c8 feat: merge tag and sha fields into version

Bug fixes

  • 1d60581 fix: change docs action publish dir
  • 5220701 fix: correct link to gilt readme logo
  • c9b6b4b fix: rebuild docs with jekyll disabled

Docs

  • 0ee992e docs: add alternatives section
  • 36f5b2d docs: add link to retr0h in footer
  • 5173955 docs: added contributing doc
  • b6b3b7f docs: added github logo to header and announcement
  • 3ce69b1 docs: correct broken intro links
  • 6e2a6df docs: small announcement change
  • b722e1d docs: sync readme intro with docs intro

CI

  • 4333bcc ci: add docs to labeler action
  • 2f60165 ci: added prettier to docs workflow