Skip to content

v0.1.4 - 2021-01-11

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 02:53
· 15 commits to master since this release
ca6aee5

Added

  • A success message will be printed at the end of a successful installation.
  • A verbose flag (-v, --verbose) has been added which will make the installation process quite noisy. The default, non-verbose output should now be nearly silent.

Changed

  • The -v flag will now correspond to enabling verbose mode (as mentioned above) instead of being a shorthand version of the --version flag.
  • The Shards builder/installer process should now be a little smarter. For now, there is an exhaustive list of Crystal versions and a designated Shards version that each one maps to, that should be built to accompany it. I think I got everything working, but it's possible that for some older versions of Crystal, there are version mismatches that are incompatible. If you find any, please open an issue.
  • Shards build/install will be skipped for versions of Crystal earlier than 0.9.0, as the Shards GitHub releases page does not have releases earlier than that.

Fixed

  • The Shards builder/installer process should now select the correct make command/flag syntax based on the version of Shards selected to be installed. Previously this would have caused Shards to be built without a release flag for Shards versions >= 0.11.0.