Skip to content

Commit f642b30

Browse files
committed
Release v1.19.0-rc.1
1 parent 23f5ade commit f642b30

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

RELEASE.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
1. Update version in /VERSION, bin/elixir, and bin/elixir.bat
1212

1313
2. Ensure /CHANGELOG.md is updated, versioned and add the current date
14-
- If this release addresses any publicly known security vulnerabilities with
15-
assigned CVEs, add a "Security" section to `CHANGELOG.md`. For example:
16-
```md
17-
## Security
18-
- Fixed CVE-2025-00000: Description of the vulnerability
19-
```
2014

2115
3. Update "Compatibility and Deprecations" if a new OTP version is supported
2216

VERSION

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

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-rc.0
9+
ELIXIR_VERSION=1.19.0-rc.1
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-rc.0
7+
set ELIXIR_VERSION=1.19.0-rc.1
88

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

0 commit comments

Comments
 (0)