You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.