From 20c83d424e8bbbb7a557e8007869ffc0de677a73 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Tue, 25 Sep 2018 16:28:00 -0500 Subject: Roll 1.8.5 --- README.md | 11 +++++++++++ kerl | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c9ab83..7c3f39b 100644 --- a/README.md +++ b/README.md @@ -691,6 +691,17 @@ will eventually deal with this issue. Changelog --------- +25 September 2018 - 1.8.5 + + - Support Mojave builds (#301) + - Disable SC2207 for Bash completion (#296) + +3 August 2018 - 1.8.4 + + - Support docsh 0.6.1 (#290) + - Update docs about KERL_INSTALL_MANPAGES & HTML_DOCS (#292) + - Fix bash completion for Bash 3 (#295) + 3 July 2018 - 1.8.3 - Update testing to include OTP 21 (#286) diff --git a/kerl b/kerl index 1af4c9c..47c853e 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='1.8.4' +KERL_VERSION='1.8.5' DOCSH_GITHUB_URL='https://github.com/erszcz/docsh.git' ERLANG_DOWNLOAD_URL='https://www.erlang.org/download' -- cgit v1.2.3