From c6f3552f5be159eb06c8f348c6b9e23ff7f17dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 13 Oct 2023 09:24:41 +0200 Subject: [PATCH] Add changelog for 1.10.1 (#13886) Co-authored-by: Sijawusz Pur Rahnama --- CHANGELOG.md | 13 +++++++++++++ src/VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f4eef15188..02e481aa1d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 1.10.1 (2023-10-13) + +### Bugfixes + +#### stdlib + +- `IO#gets` should have same result regardless of `#peek` availability ([#13882](https://github.com/crystal-lang/crystal/pull/13882), thanks @compumike) +- Support Android API levels 24 - 27 ([#13884](https://github.com/crystal-lang/crystal/pull/13884), thanks @HertzDevil) + +### Infrastructure + +- *(ci)* Fix `win.yml` ([#13876](https://github.com/crystal-lang/crystal/pull/13876), thanks @straight-shoota) + # 1.10.0 (2023-10-09) ### Features diff --git a/src/VERSION b/src/VERSION index 81c871de46b3..4dae2985b58c 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.10.0 +1.10.1