Skip to content

Commit

Permalink
release v0.12.0 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze authored Mar 30, 2021
1 parent 245f40c commit 17b8d55
Show file tree
Hide file tree
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.12.0 (30.03.2021)

Tuples that are not tagged tuples are formatted as lists

### Enhancements

- Break untagged tuples #259
- rewrite some binary operators using associativity #262 #264 #265
- next break fits for dolon #246

### Fixes

- double indent pattern matches in clauses #247
- fix parsing of bad records #261

## v0.11.1 (10.03.2021)

Support macros in type and spec names
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.11.1"},
{vsn, "0.12.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 17b8d55

Please sign in to comment.