Skip to content

Commit 31d2b99

Browse files
committed
Release v1.12.0-rc.0
1 parent b49bac3 commit 31d2b99

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ As of Elixir v1.12, implicitly decreasing ranges are soft-deprecated and warning
8686

8787
Elixir v1.12 has the additional of many functions across the standard library. The `Enum` module received additions such as `Enum.count_until/2`, `Enum.product/1`, `Enum.zip_with/2`, and more. The `Integer` module now includes `Integer.pow/2` and `Integer.extended_gcd/2`. Finally, the `Kernel` module got two new functions, `Kernel.then/2` and `Kernel.tap/2`, which are specially useful in `|>` pipelines.
8888

89-
## v1.12.0-dev
89+
## v1.12.0 (2021-04-03)
9090

9191
### 1. Enhancements
9292

@@ -197,6 +197,7 @@ Elixir v1.12 has the additional of many functions across the standard library. T
197197
* [mix test] Ensure protocols within the current project are consolidated when `--cover` is given
198198
* [mix release] Improve compliance of release scripts with stripped down Linux installations
199199
* [mix release] Preserve file mode when copying non-beam ebin files
200+
* [mix xref] Ensure args are passed to the underlying `mix compile` call
200201

201202
### 3. Soft-deprecations (no warnings emitted)
202203

VERSION

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

0 commit comments

Comments
 (0)