Skip to content

Commit

Permalink
release v0.11.1 (WhatsApp#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze authored Mar 10, 2021
1 parent 24cf7f4 commit 5f948b5
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.11.1 (10.03.2021)

Support macros in type and spec names

### Enhancements

- Added shorthand `-i` for `--insert-pragma` #256

### Fixes

- Support macros in type and spec names #254

## v0.11.0 (12.02.2021)

List comprehensions revisited
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.0"},
{vsn, "0.11.1"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 5f948b5

Please sign in to comment.