Skip to content

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Oct 7, 2020

Verified

This commit was signed with the committer’s verified signature.
ChiuchiuSorin Sorin Chiuchiu
1 parent c662227 commit 02d9963
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v0.8.0 (5.10.2020)

Better rebar integration

### Enhancements

- Better rebar integration #196 #183 #197 #200
- Change formatting of pipes to prefixes #191 #194

### Fixes

- Parse attributes with empty parens #189
- Do not crash with comments before a dot #184
- Do not crash with post comments in catch #195

## v0.7.0 (17.09.2020)

`--check` flag now provides exit code 1, if files are not formatted.
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.7.0"},
{vsn, "0.8.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},

0 comments on commit 02d9963

Please sign in to comment.