Skip to content

Commit c521bdb

Browse files
committed
Release v1.15.4
1 parent bdbdf52 commit c521bdb

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@ in the long term.
117117
See the new `Logger` documentation for more information on the
118118
new features and on compatibility.
119119

120+
## v1.15.4 (2023-07-18)
121+
122+
### 1. Bug fixes
123+
124+
#### Mix
125+
126+
* [mix archive.build] Disable protocol consolidation when building archiveson archive.install
127+
* [mix compile] Track removed files per local dependency (this addresses a bug where files depending on modules from path dependencies always recompiled)
128+
* [mix release] Do not strip relevant chunks from Erlang/OTP 26
129+
120130
## v1.15.3 (2023-07-15)
121131

122132
### 1. Enhancements

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.3
1+
1.15.4

bin/elixir

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
ELIXIR_VERSION=1.15.3
4+
ELIXIR_VERSION=1.15.4
55

66
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then
77
cat <<USAGE >&2

bin/elixir.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off)
22

3-
set ELIXIR_VERSION=1.15.3
3+
set ELIXIR_VERSION=1.15.4
44

55
setlocal enabledelayedexpansion
66
if ""%1""=="""" if ""%2""=="""" goto documentation

0 commit comments

Comments
 (0)