From 09a2c8084052251d9275611e0121f546fecc2b91 Mon Sep 17 00:00:00 2001 From: Jade Allen Date: Wed, 13 Apr 2022 10:23:03 -0500 Subject: [PATCH] Roll 2.3.0 --- LATEST | 2 +- README.md | 6 ++++++ kerl | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/LATEST b/LATEST index 530cdd91..276cbf9e 100644 --- a/LATEST +++ b/LATEST @@ -1 +1 @@ -2.2.4 +2.3.0 diff --git a/README.md b/README.md index 58d2af72..b9218d4d 100644 --- a/README.md +++ b/README.md @@ -724,6 +724,12 @@ will eventually deal with this issue. Changelog --------- +13 April 2022 - 2.3.0 + + - Fix build of older OTPs on macOS Monterey (#397) + - Separate info and error messages onto stdout/stderr (#401 - rebased as #403) + - Add a new `upgrade` command to check, download and install kerl upgrades (#400) + 7 January 2022 - 2.2.4 - Fix fish activation error (#392) diff --git a/kerl b/kerl index 594c9440..14ca92c4 100755 --- a/kerl +++ b/kerl @@ -27,7 +27,7 @@ unset ERL_TOP # Make sure CDPATH doesn't affect cd in case path is relative. unset CDPATH -KERL_VERSION='2.2.4' +KERL_VERSION='2.3.0' DOCSH_GITHUB_URL='https://github.com/erszcz/docsh.git' ERLANG_DOWNLOAD_URL='https://erlang.org/download'