Skip to content

Commit

Permalink
Release v1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 1, 2023
1 parent 0929a43 commit 7f7a8bc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ in the long term.
See the new `Logger` documentation for more information on the
new features and on compatibility.

## v1.15.2 (2023-07-01)

### 1. Bug fixes

#### IEx

* [IEx] Fix CLI being unable to boot on Windows

## v1.15.1 (2023-06-30)

### 1. Enhancements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.1
1.15.2
2 changes: 1 addition & 1 deletion bin/elixir
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

ELIXIR_VERSION=1.15.1
ELIXIR_VERSION=1.15.2

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

set ELIXIR_VERSION=1.15.1
set ELIXIR_VERSION=1.15.2

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

0 comments on commit 7f7a8bc

Please sign in to comment.