Skip to content

Commit

Permalink
release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Jul 9, 2020
1 parent 3334999 commit 77391e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.3.0 (09.07.2020)

### Enhancements
- Allow reading from stdin with command `$ erlfmt -` #46
- Support Erlang version 23.0

### Bug Fixes
- Remove trailing spaces from comments #48
- Make position of return type in specs consistent #47
- Fix some parser failures in OTP #39
- Concat converted from a string also forces breaks #43

## v0.2.0 (03.06.2020)

### New formatting algebra
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.2.0"},
{vsn, "0.3.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env,[]},
Expand Down

0 comments on commit 77391e3

Please sign in to comment.