Skip to content

Releases: retr0h/gilt

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

v1.0.2

27 Dec 22:20
Compare
Choose a tag to compare

Changelog

Bug fixes

  • d306437 fix: Refactor cloning and caching workflow (#71)
  • 64abc23 fix: correct dependabot config (#64)
  • c9f7195 fix: only tint the output if running in a terminal

Docs

  • a03da85 docs: add bash pipe command example (#59)

CI

  • 6b52290 ci: update dependabot commit message prefix (#63)

Others

v1.0.1

03 Dec 20:12
04abff2
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 1ad6731 fix: version should not require gilt file (#56)

Docs

  • fb41821 docs: added brew install instructions (#55)

CI

v1.0

03 Dec 00:09
bc7fe98
Compare
Choose a tag to compare

Initial rewrite in Go.

Changelog

Others