summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@dashbit.co>2022-10-10 16:28:46 +0200
committerJosé Valim <jose.valim@dashbit.co>2022-10-10 16:28:46 +0200
commita285e5876b6f69e7c340d04851aae63c8a32bf1d (patch)
treecbc859abf11e5a2013f0bce32142d96fd6c0faea
parentbc936f77c7bbe2dc03ccd7293e54e832a2b3b2f4 (diff)
downloadelixir-a285e5876b6f69e7c340d04851aae63c8a32bf1d.tar.gz
Release v1.14.1v1.14.1
-rw-r--r--CHANGELOG.md3
-rw-r--r--VERSION2
-rwxr-xr-xbin/elixir2
-rw-r--r--bin/elixir.bat2
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 <<USAGE >&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