Skip to content

Releases: crystal-lang/install-crystal

v1.8.2

27 Apr 08:24
cdf26dc
Compare
Choose a tag to compare
  • Fix libcrypto setup on Mac (use brew --prefix for pkgconfig path lookup) by @straight-shoota in #38

Full Changelog: v1.8.1...v1.8.2

v1.8.1

14 Oct 14:03
e4c9d19
Compare
Choose a tag to compare

v1.8.0

27 Mar 15:04
9b54957
Compare
Choose a tag to compare
  • Linux:

    • Added PCRE2 dependency.

v1.7.0

13 Oct 23:47
87a1c8a
Compare
Choose a tag to compare
  • Windows:

    • Support installing tagged and latest versions of Crystal
    • Don't make Shards available if it's not requested
  • Switch to NodeJS 16, upgrade dependencies, migrate to ES modules

v1.6.0

10 Dec 10:49
822c1ae
Compare
Choose a tag to compare
  • Support inexact (prefix-based) version specifications: 917bac4

    Now, instead of specifying an exact version (crystal: 1.2.2) you can specify a version prefix such as crystal: 1.2 and automatically get the latest patch release that's within that release series.

    This new ability also applies in the same way to shards.

    The previous option crystal: latest keeps working. There's also an interesting alternative to it, which for the near future is the same: crystal: 1.

  • It is now allowed to specify crystal: master and that means exactly the same as crystal: nightly:
    2d611d0

  • Drop Windows MSVC env setup: f2f417a

    On Windows, this action will no longer set up a working MSVC build tools environment in the session, because that's no longer necessary for Crystal.

    If you were relying on that, please additionally use https://github.com/ilammy/msvc-dev-cmd

v1.5.3

14 Oct 07:20
bf1b057
Compare
Choose a tag to compare
  • FIx installation of Crystal on Mac: bf1b057

v1.5.2

02 Oct 22:37
908d869
Compare
Choose a tag to compare
  • Fix installation with OpenSSL on Mac (use new location for OpenSSL in new GHA Mac images): 28d9a13

v1.5.1

22 Sep 16:17
693fe2f
Compare
Choose a tag to compare

v1.5.0

20 Jul 17:29
a6b5791
Compare
Choose a tag to compare
  • Annotate code views with errors and warnings from the Actions runs (#5) - thanks @kimburgess

    Screenshot

v1.4.1

19 Jun 13:00
31648d0
Compare
Choose a tag to compare
  • Add fallback if the cached Shards fails to run (due to changes in underlying system libs): a2af549