Skip to content

Commit

Permalink
1.0 release candidate 2.1 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed May 10, 2021
1 parent c815036 commit ca8a237
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.14.1 (10.05.2021)

1.0 Release Candidate 2.1

### Fixes

- fix replace pragma to not crash on two blocks of comments

## v0.14.0 (10.05.2021)

1.0 Release Candidate 2
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.0"},
{vsn, "0.14.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit ca8a237

Please sign in to comment.