Skip to content

Commit

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

## v1.15.7 (2023-10-14)

### 1. Enhancements

#### Elixir

* [Elixir] Allow code evaluation across Elixir versions

### 2. Bug fixes

#### EEx

* [EEx] Do not emit duplicate warnings from tokenizer

#### Mix

* [mix format] Correctly match file to subdirectory in `Mix.Tasks.Format.formatter_for_file/2`

## v1.15.6 (2023-09-20)

This release also includes fixes to the Windows installer.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.15.6
1.15.7
2 changes: 1 addition & 1 deletion bin/elixir
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

ELIXIR_VERSION=1.15.6
ELIXIR_VERSION=1.15.7

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.6
set ELIXIR_VERSION=1.15.7

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

0 comments on commit 927b10d

Please sign in to comment.