Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release post for 1.9.2 #473

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions _releases/2023-07-19-1.9.2-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Crystal 1.9.2 is released!
version: 1.9.2
summary:
thumbnail: +
author: straight-shoota
---

We are announcing a new patch release of the Crystal [1.9](/2023/07/11/1.9.0-released/)
series with one bugfix.

Pre-built packages are available on [GitHub Releases](https://github.com/crystal-lang/crystal/releases/tag/1.9.2)
and our official distribution channels.
See [crystal-lang.org/install](https://crystal-lang.org/install/) for
installation instructions.

## Stats

This release includes [1 change since 1.9.1](https://github.com/crystal-lang/crystal/pulls?q=is%3Apr+milestone%3A1.9.2)
by 1 contributor. We thank all the contributors for all the effort put into
improving the language! ❤️

## Changes

This release reverts the addition of default interrupt handlers ([#13568](https://github.com/crystal-lang/crystal/pull/13568))
because it lead to unintended complications (see
[#13672](https://github.com/crystal-lang/crystal/issues/13672) for details).

If you find any further issues, please [report it](https://github.com/crystal-lang/crystal/issues/).

---

We have been able to do all of this thanks to the continued support of [84codes](https://www.84codes.com/),
[Nikola Motor Company](https://nikolamotor.com/) and every other [sponsor](/sponsors).
To maintain and increase the development pace, donations and sponsorships are
essential. [OpenCollective](https://opencollective.com/crystal-lang) is
available for that. Reach out to [[email protected]](mailto:[email protected])
if you’d like to become a direct sponsor or find other ways to support Crystal.
We thank you in advance!
Loading