shards v0.8.0 Release Notes

Release Date: 2018-06-05 // almost 6 years ago
  • This release incorrectly clones Git repositories. Please upgrade to v0.8.1!

    ๐Ÿ”‹ Features:

    • Install shard executables inside project bin folder on shard install.
      ๐Ÿ‘€ See #126.

    ๐Ÿ”„ Changes:

    • ๐Ÿ‘ฏ Global cache for cloned Git repositories, aside crystal cache
      (e.g. ~/.cache/shards). Customizable with SHARDS_CACHE_PATH.
    • ๐Ÿ‘ฏ Clone bare Git repositories instead of creating mirrors (fetch should be
      faster, and less space required on disk).
    • Man pages are now in the man folder.
    • ๐Ÿ‘ Allow loose shard versioning, accepting semver-like versions and alternatives
      such as calver.

    ๐Ÿ›  Fixes:

    • Compatibility with Crystal 0.25.