shards v0.7.0 Release Notes

Release Date: 2016-11-18 // over 7 years ago
  • ๐Ÿ”‹ Features:

    • ๐Ÿ— Build command for targets entry in SPEC
    • ๐Ÿ†• New Crystal search path algorithm (see breaking changes below)
    • Informational crystal entry in SPEC
    • Informational libraries entry in SPEC
    • Shorthand for gitlab.com dependencies

    ๐Ÿ’ฅ Breaking Changes:

    • Dependencies are installed in the lib directory
    • Dependencies are now fully installed, instead of merely the src folder
    • postinstall scripts are now executed from the root of the dependency,
      not the src directory

    ๐Ÿ›  Fixes:

    • crash when dependency keys were unordered
    • tar command usage on OpenBSD
    • correctly report git errors
    • โšก๏ธ the update command created a lockfile for empty dependencies