File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,14 @@ 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.2 (2023-07-01)
121
+
122
+ ### 1. Bug fixes
123
+
124
+ #### IEx
125
+
126
+ * [ IEx] Fix CLI being unable to boot on Windows
127
+
120
128
## v1.15.1 (2023-06-30)
121
129
122
130
### 1. Enhancements
Original file line number Diff line number Diff line change 1
- 1.15.1
1
+ 1.15.2
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.1
4
+ ELIXIR_VERSION=1.15.2
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.1
3
+ set ELIXIR_VERSION = 1.15.2
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