From a285e5876b6f69e7c340d04851aae63c8a32bf1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 10 Oct 2022 16:28:46 +0200 Subject: Release v1.14.1 --- CHANGELOG.md | 3 ++- VERSION | 2 +- bin/elixir | 2 +- bin/elixir.bat | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa0003dc..53ca49152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -241,13 +241,14 @@ protocol, giving developers more control over the struct representation. See the updated documentation for `Inspect` for a general rundown on the approaches and options available. -## v1.14.1 +## v1.14.1 (2022-10-10) ### 1. Enhancements #### Elixir * [Kernel] Perform partial expansion of literals in module attributes + * [Kernel] Do not add compile-time dependencies for literals as defaults in `Application.compile_env/3` inside module attributes * [Macro] Add `Macro.expand_literals/2` and `Macro.expand_literals/3` * [System] Add `:close_stdin` to `System.shell/2` diff --git a/VERSION b/VERSION index cd99d386a..30f101cbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.14.0 \ No newline at end of file +1.14.1 \ No newline at end of file diff --git a/bin/elixir b/bin/elixir index 36374c26a..03edcd0b3 100755 --- a/bin/elixir +++ b/bin/elixir @@ -1,7 +1,7 @@ #!/bin/sh set -e -ELIXIR_VERSION=1.14.0 +ELIXIR_VERSION=1.14.1 if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then cat <&2 diff --git a/bin/elixir.bat b/bin/elixir.bat index 433e23f9a..5e2b64048 100644 --- a/bin/elixir.bat +++ b/bin/elixir.bat @@ -1,6 +1,6 @@ @if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off) -set ELIXIR_VERSION=1.14.0 +set ELIXIR_VERSION=1.14.1 setlocal enabledelayedexpansion if ""%1""=="""" if ""%2""=="""" goto documentation -- cgit v1.2.1