Crystal 0.35.1 has been released!

We’ve written a blog post summarizing the changes in this release: https://crystal-lang.org/2020/06/19/crystal-0.35.1-released.html

The full changelog is here: https://github.com/crystal-lang/crystal/releases/tag/0.35.1

All the usual installation methods still apply: https://crystal-lang.org/install/

Docker images and 64 bits Linux packages are available as usual

The brew formula PR is in https://github.com/Homebrew/homebrew-core/pull/56569

10 Likes

Noice! Not sure it is the place to talk about it, I find there are too many similar (flavors) linux distributions in https://crystal-lang.org/install/

Ubuntu based: Kubuntu, KDE Neon, Linux Mint, Elementary OS (and there is also Xubuntu, Lubuntu, Edubuntu… this won’t end :sweat_smile: )

I didn’t compare side by side, but Debian instructions looks also very similar.

That will be ok if installations were different, but that’s not the case.

If people are installing packages through the CLI, they are advanced enough to know what is their distribution, if it is apt based, rpm or others.

I suggest:

  • from source
  • tar.gz
  • macOS
  • Windows
  • Linux
  • FreeBSD

Then inside Linux, have:

  • snap
  • apt (Debian and derivatives like Ubuntu)
  • AUR
  • rpm (RHEL based)
  • rpm (OpenSuse)
  • Alpine

1 Like

Thanks @j8r. I agree. But this would fit better at https://github.com/crystal-lang/crystal-website/issues/99

2 Likes