Skip to content

Commit

Permalink
Bump 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Sep 3, 2024
1 parent 32b2f06 commit 90741f7
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.5.0 (03.09.2024)

### Enhancements

- Support OTP 27 sigils https://www.erlang.org/blog/highlights-otp-27/#sigils
- Support OTP 27 triple-quoted strings https://www.erlang.org/blog/highlights-otp-27/#triple-quoted-strings
- Support new documentation attributes

### Fixes

- Apply `exclude_files` to `files` absolute paths - mixing relative & absolute paths could lead to
unexpected behaviour before

## v1.4.0 (28.08.2024)

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

0 comments on commit 90741f7

Please sign in to comment.