Skip to content

Commit

Permalink
Roll 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeallenx committed Jun 18, 2022
1 parent eb700f1 commit 779d0c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
15 changes: 1 addition & 14 deletions .circleci/config.yml
Expand Up @@ -28,20 +28,7 @@ workflows:
matrix:
parameters:
os: [alpine, debian]
version: [master, latest, "25", "24", "23", "22", "21"]
- test:
matrix:
parameters:
os: [alpine_old]
version: ["20"]
- test:
matrix:
parameters:
os: [debian]
version: ["20"]
## We use gcc-9 for Erlang/OTP 20 as this fix is needed for gcc-10 and later.
## https://github.com/erlang/otp/pull/1692/commits/2207e5248bbaf2961f179ddcc1dabbab292ca3c9
config: ["export CC=gcc-9 LD=gcc-9"]
version: [master, latest, "25", "24", "23"]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion LATEST
@@ -1 +1 @@
2.5.0
2.5.1
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -756,6 +756,10 @@ will eventually deal with this issue.

Changelog
---------
18 June 2022 - 2.5.1

- Many shellcheck, ci and bugfixes (#414)

31 May 2022 - 2.5.0

- Add a way to specify a debug/release target build (#411)
Expand Down
2 changes: 1 addition & 1 deletion kerl
Expand Up @@ -36,7 +36,7 @@ if [ -n "$KERL_DEBUG" ]; then
fi
fi

KERL_VERSION='2.5.0'
KERL_VERSION='2.5.1'

DOCSH_GITHUB_URL='https://github.com/erszcz/docsh.git'
ERLANG_DOWNLOAD_URL='https://erlang.org/download'
Expand Down

0 comments on commit 779d0c3

Please sign in to comment.