Crystal 0.24.2 released!
Crystal 0.24.2 has been released!
This is mainly a bugfix release that also includes some changes to the continuous integration workflow - in 38 commits since 0.24.1.
Exciting Changes
- Fixed DWARF decoding to avoid an
Index out of bounds
on theat_exit handler
- Fixed type inference of single statement expressions with parenthesis
- Fixed SSL certificate verification errors
- Fixed missing
Dir#each
to be anEnumerable
once again - Fixed formatting of lib’s uppercased
fun
s - Fixed docs to update every occurence of
skip()
macro that’s been renamed toskip_file()
- Fixed missing
UUID
docs - Added CircleCI 2.0 workflow for nightly builds and automated releases
Thanks to everyone who supported this release through contributions, reviews and suggestions.