Skip to content

Commit

Permalink
release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Jul 23, 2020
1 parent c69e9b5 commit 09908a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.4.0 (23.07.2020)

### Enhancements
- require-pragma prints out original file instead of formatting if no pragma is found.
This makes it easier to integrate into a CI pipeline. #57
- Better exceptions #58
- Group imports and exports with similar names on the same line. #65
- Add format_string as a library call. #66

### Bug Fixes
- Preserve empty lines between attributes #67
- Remove space between single clause fun and parens #68

## v0.3.0 (09.07.2020)

### Enhancements
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.3.0"},
{vsn, "0.4.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env,[]},
Expand Down

0 comments on commit 09908a8

Please sign in to comment.