File tree 4 files changed +21
-3
lines changed
4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,24 @@ in the long term.
117
117
See the new ` Logger ` documentation for more information on the
118
118
new features and on compatibility.
119
119
120
+ ## v1.15.7 (2023-10-14)
121
+
122
+ ### 1. Enhancements
123
+
124
+ #### Elixir
125
+
126
+ * [ Elixir] Allow code evaluation across Elixir versions
127
+
128
+ ### 2. Bug fixes
129
+
130
+ #### EEx
131
+
132
+ * [ EEx] Do not emit duplicate warnings from tokenizer
133
+
134
+ #### Mix
135
+
136
+ * [ mix format] Correctly match file to subdirectory in ` Mix.Tasks.Format.formatter_for_file/2 `
137
+
120
138
## v1.15.6 (2023-09-20)
121
139
122
140
This release also includes fixes to the Windows installer.
Original file line number Diff line number Diff line change 1
- 1.15.6
1
+ 1.15.7
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- ELIXIR_VERSION=1.15.6
4
+ ELIXIR_VERSION=1.15.7
5
5
6
6
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ " $1 " = " --help" ] || [ " $1 " = " -h" ]; }; }; then
7
7
cat << USAGE >&2
Original file line number Diff line number Diff line change 1
1
@ if defined ELIXIR_CLI_ECHO (@ echo on) else (@ echo off)
2
2
3
- set ELIXIR_VERSION = 1.15.6
3
+ set ELIXIR_VERSION = 1.15.7
4
4
5
5
setlocal enabledelayedexpansion
6
6
if " " %1 " " == " " " " if " " %2 " " == " " " " goto documentation
You can’t perform that action at this time.
0 commit comments