Skip to content

Commit

Permalink
Roll 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jadeallenx committed Sep 10, 2023
1 parent 859e549 commit 566c423
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,15 @@
<!-- markdownlint-disable MD007 # ul-indent -->
# Changelog

9 September 2023 - 3.1.0

- Respect markdownlint (#446)
- Huge maintenance update/cleanup (#449)
- Add a new `emit-activate` command to emit activation/deactivation artifacts (#452)
- Warn on activation script staleness (#454)
- Use -o exportall to write less code (#456)
- Handle REBAR_CACHE_DIR (#457)

11 May 2023 - 3.0.0

- Fix shellcheck issues (#442)
Expand Down
2 changes: 1 addition & 1 deletion LATEST
@@ -1 +1 @@
3.0.0
3.1.0
2 changes: 1 addition & 1 deletion kerl
Expand Up @@ -36,7 +36,7 @@ if [ -n "$KERL_DEBUG" ]; then
fi
fi

KERL_VERSION='3.0.0'
KERL_VERSION='3.1.0'

ERLANG_DOWNLOAD_URL='https://erlang.org/download'
KERL_CONFIG_STORAGE_FILENAME='.kerl_config'
Expand Down

0 comments on commit 566c423

Please sign in to comment.