Skip to content

Commit 53d0801

Browse files
committed
Roll 2.6.0
1 parent 844853c commit 53d0801

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

LATEST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.6.0

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Color for log levels can be overriden, by setting ANSI numerical color code to v
229229
### KERL_BASE_DIR
230230

231231
Default: `"$HOME"/.kerl`
232-
Directory in which kerl will cache artefacts for building and installing.
232+
Directory in which kerl will cache artifacts for building and installing.
233233

234234
### KERL_CONFIG
235235

@@ -239,7 +239,7 @@ File from which to source kerl configuration
239239
### KERL_DOWNLOAD_DIR
240240

241241
Default: `${KERL_BASE_DIR}/archives`
242-
Directory in which to place downloaded artefacts
242+
Directory in which to place downloaded artifacts
243243

244244
### KERL_BUILD_DIR
245245

@@ -256,7 +256,11 @@ Directory in which kerl will clone git repositories for building.
256256
### KERL_AUTOCLEAN
257257

258258
Default: 1 (Enabled)
259-
Clean all build artefacts but logfile on failure. This allow safe build retries after failure while still keeping logfile with all attempts logs, until success. Set to 0 to keep build artefacts on failure.
259+
Clean all build artifacts but logfile on failure. This allows safe build retries
260+
after failure while still keeping a logfile with all attempted builds until
261+
success.
262+
263+
Set to 0 to keep build artifacts on failure.
260264

261265
### KERL_CONFIGURE_OPTIONS
262266

@@ -745,6 +749,20 @@ will eventually deal with this issue.
745749
Changelog
746750
---------
747751

752+
18 April 2023 - 2.6.0
753+
754+
- Make logging less verbose (#417)
755+
- Use Github Actions instead of CircleCI (#423)
756+
- Fix broken CI images on README (#424)
757+
- Fix broken version output (#425)
758+
- Add macOS to CI matrix (#427)
759+
- Fix error when running in a container (#402)
760+
- Use Ubuntu 22.04, drop Ubuntu 20.04 for CI (#429)
761+
- Add Ventura to version bypass for macOS (#433)
762+
- If a patch has already been applied, do not apply it again (#437)
763+
- Fix shellcheck for unreachable code (#438)
764+
- On build failures, autoclean build art{e|i}facts (#410)
765+
748766
18 June 2022 - 2.5.1
749767

750768
- Many shellcheck, ci and bugfixes (#414)

kerl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ -n "$KERL_DEBUG" ]; then
3636
fi
3737
fi
3838

39-
KERL_VERSION='2.5.1'
39+
KERL_VERSION='2.6.0'
4040

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

0 commit comments

Comments
 (0)