Skip to content
GitHub Repository Forum RSS-Newsfeed

Crystal 1.16.3 is released!

Johannes Müller

We are announcing a new patch release of the Crystal 1.16 series.

Pre-built packages are available on GitHub Releases and our official distribution channels. See crystal-lang.org/install for installation instructions.

Stats

This release includes 4 changes since 1.16.2 by 3 contributors. We thank all the contributors for all the effort put into improving the language! ❤️

Changes

Below we list the most remarkable changes in the language, compiler and stdlib. For more details, visit the full changelog.

This change brings a couple of bugfixes for regressions introduced in 1.16.0 and 1.16.1.

The most important fix is a regression from 1.16.0 where we merged type IDs by name which revealed a semantic bug in typing pointer values (#15751). We’re also fixing a regression form 1.16.2 which made the compiler incompatible with earlier versions of the standard library (#15762).


Thanks

We have been able to do all of this thanks to the continued support of 84codes and every other sponsor. To maintain and increase the development pace, donations and sponsorships are essential. OpenCollective is available for that.

Reach out to crystal@manas.tech if you’d like to become a direct sponsor or find other ways to support Crystal. We thank you in advance!

Contribute