Skip to content

Commit 025e29a

Browse files
committed
Release v1.14.0-rc.0
1 parent be9ae0e commit 025e29a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ protocol, giving developers more control over the struct representation.
241241
See the updated documentation for `Inspect` for a general rundown on
242242
the approaches and options available.
243243

244-
## v1.14.0-dev
244+
## v1.14.0-rc.0 (2022-08-01)
245245

246246
### 1. Enhancements
247247

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0-dev
1+
1.14.0-rc.0

bin/elixir

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
ELIXIR_VERSION=1.14.0-dev
4+
ELIXIR_VERSION=1.14.0-rc.0
55

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

bin/elixir.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off)
22

3-
set ELIXIR_VERSION=1.14.0-dev
3+
set ELIXIR_VERSION=1.14.0-rc.0
44

55
setlocal enabledelayedexpansion
66
if ""%1""=="""" if ""%2""=="""" goto documentation

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ Version | Deprecated feature | Replaced by (ava
196196
[v1.11]: https://github.com/elixir-lang/elixir/blob/v1.11/CHANGELOG.md#4-hard-deprecations
197197
[v1.12]: https://github.com/elixir-lang/elixir/blob/v1.12/CHANGELOG.md#4-hard-deprecations
198198
[v1.13]: https://github.com/elixir-lang/elixir/blob/v1.13/CHANGELOG.md#4-hard-deprecations
199-
[v1.14]: CHANGELOG.md#4-hard-deprecations
199+
[v1.14]: https://github.com/elixir-lang/elixir/blob/v1.14/CHANGELOG.md#4-hard-deprecations

0 commit comments

Comments
 (0)