Skip to content

Commit 5062a15

Browse files
committed
Release v1.13.0-rc.0
1 parent d7fea95 commit 5062a15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Now any application can use your formatter as follows:
128128

129129
Finally, the `Code` module has also been augmented with two functions: `Code.string_to_quoted_with_comments/2` and `Code.quoted_to_algebra/2`. Those functions allow someone to retrieve the Elixir AST with their original source code comments, and then convert this AST to formatted code. In other words, those functions provide a wrapper around the Elixir Code Formatter, supporting developers who wish to create tools that directly manipulate and custom format Elixir source code.
130130

131-
## v1.13.0-dev
131+
## v1.13.0-rc.0 (2021-11-01)
132132

133133
### 1. Enhancements
134134

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

+1
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,4 @@ Version | Deprecated feature | Replaced by (ava
187187
[v1.10]: https://github.com/elixir-lang/elixir/blob/v1.10/CHANGELOG.md#4-hard-deprecations
188188
[v1.11]: https://github.com/elixir-lang/elixir/blob/v1.11/CHANGELOG.md#4-hard-deprecations
189189
[v1.12]: https://github.com/elixir-lang/elixir/blob/v1.12/CHANGELOG.md#4-hard-deprecations
190+
[v1.13]: https://github.com/elixir-lang/elixir/blob/v1.13/CHANGELOG.md#4-hard-deprecations

0 commit comments

Comments
 (0)