Skip to content

Commit

Permalink
Bump 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Aug 28, 2024
1 parent 6a5651e commit 767e5df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.4.0 (28.08.2024)

### Enhancements

- Support trailing content on ignore comments
- Support (and recommend) `erlfmt:ignore`-style ignore comments to align with ELP & eqWAlizer

### Fixes

- Fix compiler warnings on OTP 27

## v1.3.0 (08.11.2023)

### 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, "1.3.0"},
{vsn, "1.4.0"},
{registered, []},
{applications, [kernel, stdlib]},
{env, []},
Expand Down

0 comments on commit 767e5df

Please sign in to comment.