Skip to content

Commit

Permalink
Release v1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 18, 2023
1 parent bdbdf52 commit c521bdb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -117,6 +117,16 @@ in the long term.
See the new `Logger` documentation for more information on the
new features and on compatibility.

## v1.15.4 (2023-07-18)

### 1. Bug fixes

#### Mix

* [mix archive.build] Disable protocol consolidation when building archiveson archive.install
* [mix compile] Track removed files per local dependency (this addresses a bug where files depending on modules from path dependencies always recompiled)
* [mix release] Do not strip relevant chunks from Erlang/OTP 26

## v1.15.3 (2023-07-15)

### 1. Enhancements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.15.3
1.15.4
2 changes: 1 addition & 1 deletion bin/elixir
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

ELIXIR_VERSION=1.15.3
ELIXIR_VERSION=1.15.4

if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then
cat <<USAGE >&2
Expand Down
2 changes: 1 addition & 1 deletion bin/elixir.bat
@@ -1,6 +1,6 @@
@if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off)

set ELIXIR_VERSION=1.15.3
set ELIXIR_VERSION=1.15.4

setlocal enabledelayedexpansion
if ""%1""=="""" if ""%2""=="""" goto documentation
Expand Down

0 comments on commit c521bdb

Please sign in to comment.