Skip to content
Compare
Choose a tag to compare
@oprypin oprypin released this 10 Dec 10:49
· 45 commits to master since this release
822c1ae
  • 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