Skip to content

Commit 2a9a4f2

Browse files
committed
Release v1.19.0-rc.0
1 parent 0847e4b commit 2a9a4f2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ These additions offer greater transparency into the components and licenses of e
194194

195195
This work was performed by Jonatan Männchen and sponsored by the Erlang Ecosystem Foundation.
196196

197-
## v1.19.0-dev
197+
## v1.19.0-rc.0 (2025-06-09)
198198

199199
### 1. Enhancements
200200

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.0-dev
1+
1.19.0-rc.0

bin/elixir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -e
88

9-
ELIXIR_VERSION=1.19.0-dev
9+
ELIXIR_VERSION=1.19.0-rc.0
1010

1111
if [ $# -eq 0 ] || { [ $# -eq 1 ] && { [ "$1" = "--help" ] || [ "$1" = "-h" ]; }; }; then
1212
cat <<USAGE >&2

bin/elixir.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:: SPDX-FileCopyrightText: 2021 The Elixir Team
55
:: SPDX-FileCopyrightText: 2012 Plataformatec
66

7-
set ELIXIR_VERSION=1.19.0-dev
7+
set ELIXIR_VERSION=1.19.0-rc.0
88

99
if ""%1""=="""" if ""%2""=="""" goto documentation
1010
if /I ""%1""==""--help"" if ""%2""=="""" goto documentation

lib/elixir/pages/references/compatibility-and-deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Erlang/OTP versioning is independent from the versioning of Elixir. Erlang relea
4848

4949
Elixir version | Supported Erlang/OTP versions
5050
:------------- | :-------------------------------
51-
1.19 | 26 - 27
51+
1.19 | 26 - 28
5252
1.18 | 25 - 27
5353
1.17 | 25 - 27
5454
1.16 | 24 - 26

0 commit comments

Comments
 (0)