From 04998c0c7a247153a136f1a4eecb1bbf655d1ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 31 May 2024 11:02:46 +0200 Subject: [PATCH] Changelog for 1.12.2 (#14640) --- CHANGELOG.md | 20 ++++++++++++++++++++ src/VERSION | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1a6667e788..61fb131ed6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.12.2] (2024-05-31) + +_Patch release with a bug fix necessary for support of latest libgc_ + +[1.12.2]: https://github.com/crystal-lang/crystal/releases/1.12.2 + +### Bugfixes + +#### stdlib + +- *(runtime)* Don't allocate in `Fiber.unsafe_each` and `Thread.unsafe_each` ([#14635], thanks @ysbaddaden) + +[#14635]: https://github.com/crystal-lang/crystal/pull/14635 + +### Infrastructure + +- Changelog for 1.12.2 ([#14640], thanks @straight-shoota) + +[#14640]: https://github.com/crystal-lang/crystal/pull/14640 + ## [1.12.1] (2024-04-11) [1.12.1]: https://github.com/crystal-lang/crystal/releases/1.12.1 diff --git a/src/VERSION b/src/VERSION index f8f4f03b3dcc..6b89d58f861a 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.12.1 +1.12.2