Skip to content

Commit

Permalink
Prepare for 4.1.0
Browse files Browse the repository at this point in the history
It's possible the release isn't done on 3 March 2024
as the CHANGELOG proposes, but there shouldn't be
changes to the main branch after this pull request
either, so that should be Ok
  • Loading branch information
paulo-ferraz-oliveira committed Mar 3, 2024
1 parent 60fb7ce commit 42c1704
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,30 @@
<!-- markdownlint-disable MD007 # ul-indent -->
# Changelog

3 March 2024 - 4.1.0

- Ease log and output code maintenance (#476)
- Fix as per Lint workflow (#477)
- Update README.md (#478)
- Add lock/unlock for build git, build, and install (#479)
- Fix `is_older_than_x_days`: use `find` instead of `stat` (#481)
- Simplify code maintenance (#480)
- Fix/improve output on errors (#482)
- Fix typos in security policy (#486)
- Fix awk script (#484)
- Warn on stale build due to kernel changed (#485)
- Fix verification for `$#` in `kerl delete build` (#489)
- Minor fixes around `delete installation` (#488)
- Fix/complement `cleanup` (#492)
- Be more specific in the packages we suggest for installation (#491)
- Fix broken Zsh completion scripts (#497)
- `brew` in CI: don't install updates "just because" (#499)
- Attempt auto-cleanup of `otp_builds` and `otp_installations`, at every run (#490)
- Make Pop!_OS a `kerl`-known Linux distro, for package probing (#505)
- Prevent GitHub CI warnings on "Node.js 16 actions are deprecated" (#506)
- Fix shell completion scripts (#501)
- Extend `KERL_AUTOCLEAN` to Git-based builds (#511)

12 October 2023 - 4.0.0

- Fix fish shell deactivate (#460)
Expand Down
2 changes: 1 addition & 1 deletion LATEST
@@ -1 +1 @@
4.0.0
4.1.0
2 changes: 1 addition & 1 deletion kerl
Expand Up @@ -40,7 +40,7 @@ if [ -n "$KERL_DEBUG" ]; then
fi
fi

KERL_VERSION='4.0.0'
KERL_VERSION='4.1.0'
OLDEST_OTP_LISTED='17'
OLDEST_OTP_SUPPORTED='24'

Expand Down

0 comments on commit 42c1704

Please sign in to comment.