Skip to content

Commit

Permalink
1.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Jul 29, 2022
1 parent 7a3f1ca commit ef7b481
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

## v1.1.0 (29.07.2022)

### Enhancements

- Handle try clauses in define
- Support formatting PIDs, Refs, Ports
- Handle ;-separated guards in macro expressions

### Fixes

- Ensure proper IO opts when reading from stdin
- Handle Int#{} edge case without crashing

## v1.0.0 (29.06.2021)

1.0.0 Release. No new changes.
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, "1.0.0"},
{vsn, "1.1.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit ef7b481

Please sign in to comment.