shards v0.10.0 Release Notes

Release Date: 2020-04-01 // about 4 years ago
  • ๐Ÿ”‹ Features:

    • ๐Ÿ‘‰ Use crystal-molinillo to resolve dependencies, drop the SAT solver. #322, #329, #336.
    • โšก๏ธ Automatic unlock on install and update. #337
    • ๐Ÿ‘‰ Show the shard's name when running scripts. #326
    • ๐Ÿ‘Œ Support shard renames. #327
    • โž• Add SPEC for repository, homepage, documentation properties. #265

    ๐Ÿ›  Fixes:

    • ๐Ÿ‘ Allow changes in the source protocol without triggering an actual change in the source. #315
    • Make shards reproducible via SOURCE_DATE_EPOCH environment variable. #314
    • Check non hidden files are not pruned. #330
    • Validation of changes in production mode for dependencies referenced by commit. #340

    Others: