From ec00103d1f349462781e65efe76e5c80cd68b846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Mon, 17 Jul 2023 16:28:39 +0200 Subject: [PATCH] Add changelog for 1.9.1 (#13669) --- CHANGELOG.md | 12 ++++++++++++ src/VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7beaebc581..6fbb743865e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 1.9.1 (2023-07-17) + +### Bugfixes + +#### stdlib + +- *(serialization)* Fix `Serializable` with converter parsing `null` value ([#13656](https://github.com/crystal-lang/crystal/pull/13656), thanks @straight-shoota) + +#### compiler + +- *(codegen)* Fix generated cc command for cross compile ([#13661](https://github.com/crystal-lang/crystal/pull/13661), thanks @fnordfish) + # 1.9.0 (2023-07-11) ### Breaking changes diff --git a/src/VERSION b/src/VERSION index f8e233b27332..9ab8337f3962 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.9.0 +1.9.1