Skip to content

Commit

Permalink
1.0 release candidate 3 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze authored Jun 21, 2021
1 parent ea1ad21 commit 36986b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.15.0 (18.06.2021)

1.0 Release Candidate 3

### Enhancements

- Add `--range` as a command line option #299, #300, #295
- Introduce semi-expanded format for function calls #305
- Introduce noformat pragma #302

### Fixes

- Return exit code 2 when option isn't recognized. #304

## v0.14.1 (10.05.2021)

1.0 Release Candidate 2.1
Expand Down
2 changes: 1 addition & 1 deletion src/erlfmt.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, erlfmt, [
{description, "erlfmt is an opinionated Erlang code formatter"},
{vsn, "0.14.1"},
{vsn, "0.15.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 36986b2

Please sign in to comment.