Elixir release

1.12.1

Change breakdown

Organization at a glance

Detailed changelog

Bugfix

5 changes

Tool: Elixir Module: Code

Make sure Code.format_string!/2 formats multiline expression inside interpolation on the first run

Tool: Elixir Module: Macro

Revert keeping of underscores between digits in camelize

Tool: Mix Module: Mix

Make sure Mix.install/2 expand paths for deps

Tool: Mix Module: mix deps.get

Silence false positives on httpc warnings

Tool: Mix Module: mix test

Do not run the whole suite when there are no --failed tests as it won't behave as expected inside umbrellas